Searched refs:FilePath (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/oss/src/resumable/ |
A D | ResumableUploader.cc | 44 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 D | ResumableDownloader.cc | 388 …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 D | DownloadObjectRequest.h | 37 const std::string& FilePath() const { return filePath_; } in FilePath() function
|
A D | UploadObjectRequest.h | 47 const std::string& FilePath() const{return filePath_;} in FilePath() function
|
/AliOS-Things-master/components/oss/src/encryption/ |
A D | OssEncryptionClient.cc | 52 …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 D | OssClientImpl.cc | 1393 auto content = GetFstreamByPath(request.FilePath(), request.FilePathW(), in ResumableUploadObject() 1493 return GetFstreamByPath(request.FilePath(), request.FilePathW(), in ResumableDownloadObject()
|
Completed in 15 milliseconds