Home
last modified time | relevance | path

Searched refs:checkpointDirW_ (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/src/
A DOssRequest.cc215 if (!checkpointDirW_.empty()) { in validate()
224 || (!checkpointDirW_.empty() && !IsDirectoryExist(checkpointDirW_)) in validate()
292 checkpointDirW_.clear(); in setCheckpointDir()
302 checkpointDirW_ = checkpointDir; in setCheckpointDir()
308 return checkpointDirW_; in CheckpointDirW()
353 return (!checkpointDir_.empty() || !checkpointDirW_.empty()); in hasCheckpointDir()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssRequest.h112 checkpointDirW_(checkpointDir), in OssResumableBaseRequest()
166 std::wstring checkpointDirW_; variable
/AliOS-Things-master/components/oss/src/resumable/
A DDownloadObjectRequest.cc127 if ((!filePath_.empty() && !checkpointDirW_.empty()) || in validate()
A DUploadObjectRequest.cc158 if ((!filePath_.empty() && !checkpointDirW_.empty()) || in validate()

Completed in 5 milliseconds