Home
last modified time | relevance | path

Searched refs:CheckpointDirW (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/oss/src/resumable/
A DResumableCopier.cc326 if (!request_.CheckpointDirW().empty()) { in genRecordPath()
327 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(safeFileName); in genRecordPath()
A DResumableUploader.cc310 if (!request_.CheckpointDirW().empty()) { in genRecordPath()
311 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(safeFileName);; in genRecordPath()
A DResumableDownloader.cc391 if (!request_.CheckpointDirW().empty()) { in genRecordPath()
392 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(safeFileName);; in genRecordPath()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssRequest.h139 const std::wstring& CheckpointDirW() const;
/AliOS-Things-master/components/oss/src/
A DOssRequest.cc306 const std::wstring& OssResumableBaseRequest::CheckpointDirW() const in CheckpointDirW() function in OssResumableBaseRequest

Completed in 7 milliseconds