Home
last modified time | relevance | path

Searched refs:FilePath (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/oss/src/resumable/
A DResumableUploader.cc44 if (!request.FilePath().empty()) { in ResumableUploader()
47 if (GetPathInfo(request.FilePath(), lastMtime, fileSize)) { in ResumableUploader()
97 auto content = GetFstreamByPath(request_.FilePath(), request_.FilePathW(), in Upload()
303 … auto srcPath = !request_.FilePathW().empty()? toString(request_.FilePathW()): request_.FilePath(); in genRecordPath()
377 record_.filePath = request_.FilePath(); in initRecordInfo()
A DResumableDownloader.cc388 …to destPath = !request_.FilePathW().empty() ? toString(request_.FilePathW()) : request_.FilePath(); in genRecordPath()
445 auto filePath = request_.FilePath(); in initRecord()
493 return RenameFile(request_.TempFilePath(), request_.FilePath()); in renameTempFile()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DDownloadObjectRequest.h37 const std::string& FilePath() const { return filePath_; } in FilePath() function
A DUploadObjectRequest.h47 const std::string& FilePath() const{return filePath_;} in FilePath() function
/AliOS-Things-master/components/oss/src/encryption/
A DOssEncryptionClient.cc52 …gRequest.setResponseStreamFactory([&]() {return std::make_shared<std::fstream>(request.FilePath(),… in ConvertToGetObjectRequest()
58 …std::shared_ptr<std::iostream> content = std::make_shared<std::fstream>(request.FilePath(), std::i… in ConvertToPutObjectRequest()
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.cc1393 auto content = GetFstreamByPath(request.FilePath(), request.FilePathW(), in ResumableUploadObject()
1493 return GetFstreamByPath(request.FilePath(), request.FilePathW(), in ResumableDownloadObject()

Completed in 15 milliseconds