Home
last modified time | relevance | path

Searched refs:recordPathW_ (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()
88 if (!recordPathW_.empty()) { in removeRecordFile()
89 RemoveFile(recordPathW_); 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()
377 recordPathW_ = L""; in genRecordPath()
392 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(safeFileName);; in genRecordPath()
A DResumableBaseWorker.h49 std::wstring recordPathW_; 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()
308 recordPathW_ = L""; in genRecordPath()
327 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(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()
298 recordPathW_ = L""; in genRecordPath()
311 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(safeFileName);; in genRecordPath()

Completed in 7 milliseconds