Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DDownloadObjectRequest.h38 const std::string& TempFilePath() const { return tempFilePath_; } in TempFilePath() function
/AliOS-Things-master/components/oss/src/resumable/
A DResumableDownloader.cc74 … auto tmpFstream = GetFstreamByPath(request_.TempFilePath(), request_.TempFilePathW(), in Download()
493 return RenameFile(request_.TempFilePath(), request_.FilePath()); in renameTempFile()
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.cc1499 if (IsFileExist(request.TempFilePath())) { in ResumableDownloadObject()
1500 RemoveFile(request.TempFilePath()); in ResumableDownloadObject()

Completed in 13 milliseconds