Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/resumable/
A DResumableBaseWorker.cc102 std::wstring ResumableBaseWorker::toWString(const std::string& str) in toWString() function in ResumableBaseWorker
116 std::wstring ResumableBaseWorker::toWString(const std::string& str) in toWString() function in ResumableBaseWorker
A DResumableBaseWorker.h45 std::wstring toWString(const std::string& str);
A DResumableCopier.cc327 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(safeFileName); in genRecordPath()
A DResumableUploader.cc311 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(safeFileName);; in genRecordPath()
A DResumableDownloader.cc392 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(safeFileName);; in genRecordPath()

Completed in 6 milliseconds