Searched refs:fileDir_ (Results 1 – 3 of 3) sorted by relevance
46 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()
171 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()
32 std::string fileDir_; member