Home
last modified time | relevance | path

Searched refs:fileDir_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/request/request/frameworks/js/napi/src/legacy/
H A Ddownload_task.cpp46 auto downloadFile = option_.fileDir_ + '/' + option_.filename_; in OpenDownloadFile()
83 remove((option_.fileDir_ + '/' + option_.filename_).c_str()); in NotifyDone()
160 option_.url_.c_str(), option_.filename_.c_str(), option_.fileDir_.c_str()); in Start()
H A Drequest_manager.cpp171 downloadOption.fileDir_ = GetCacheDir(env); in ParseOption()
178 while (access((downloadOption.fileDir_ + '/' + filename).c_str(), F_OK) == 0) { in ParseOption()
244 if (!IsPathValid(option.fileDir_, option.filename_)) { in Download()
/ohos5.0/base/request/request/frameworks/js/napi/include/legacy/
H A Ddownload_task.h32 std::string fileDir_; member