Searched refs:GetFstreamByPath (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/oss/src/resumable/ |
A D | ResumableDownloader.cc | 74 … auto tmpFstream = GetFstreamByPath(request_.TempFilePath(), request_.TempFilePathW(), in Download() 146 … auto recordStream = GetFstreamByPath(recordPath_, recordPathW_, std::ios::out); in Download() 270 auto recordStream = GetFstreamByPath(recordPath_, recordPathW_, std::ios::out); in prepare() 327 auto recordStream = GetFstreamByPath(recordPath_, recordPathW_, std::ios::in); in loadRecord()
|
A D | ResumableUploader.cc | 97 auto content = GetFstreamByPath(request_.FilePath(), request_.FilePathW(), in Upload() 242 auto recordStream = GetFstreamByPath(recordPath_, recordPathW_, std::ios::out); in prepare() 273 auto recordStream = GetFstreamByPath(recordPath_, recordPathW_, std::ios::in); in loadRecord()
|
A D | DownloadObjectRequest.cc | 133 auto stream = GetFstreamByPath(tempFilePath_, tempFilePathW_, std::ios::out | std::ios::app); in validate()
|
A D | ResumableCopier.cc | 232 auto recordStream = GetFstreamByPath(recordPath_, recordPathW_, std::ios::out); in prepare() 273 auto recordStream = GetFstreamByPath(recordPath_, recordPathW_, std::ios::in); in loadRecord()
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | FileSystemUtils.h | 47 std::shared_ptr<std::fstream> GetFstreamByPath(
|
A D | FileSystemUtils.cc | 208 std::shared_ptr<std::fstream> AlibabaCloud::OSS::GetFstreamByPath( in GetFstreamByPath() function in AlibabaCloud::OSS
|
/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 16 milliseconds