Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/resumable/
A DResumableBaseWorker.cc79 return !(recordPath_.empty() && recordPathW_.empty()); in hasRecordPath()
84 if (!recordPath_.empty()) { in removeRecordFile()
85 RemoveFile(recordPath_); in removeRecordFile()
A DResumableDownloader.cc146 … 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()
376 recordPath_ = ""; in genRecordPath()
395 recordPath_ = request_.CheckpointDir() + PATH_DELIMITER + safeFileName; in genRecordPath()
A DResumableBaseWorker.h48 std::string recordPath_; variable
A DResumableCopier.cc232 auto recordStream = GetFstreamByPath(recordPath_, recordPathW_, std::ios::out); in prepare()
273 auto recordStream = GetFstreamByPath(recordPath_, recordPathW_, std::ios::in); in loadRecord()
307 recordPath_ = ""; in genRecordPath()
330 recordPath_ = request_.CheckpointDir() + PATH_DELIMITER + safeFileName; in genRecordPath()
A DResumableUploader.cc242 auto recordStream = GetFstreamByPath(recordPath_, recordPathW_, std::ios::out); in prepare()
273 auto recordStream = GetFstreamByPath(recordPath_, recordPathW_, std::ios::in); in loadRecord()
297 recordPath_ = ""; in genRecordPath()
314 recordPath_ = request_.CheckpointDir() + PATH_DELIMITER + safeFileName; in genRecordPath()

Completed in 6 milliseconds