Searched refs:CheckpointDirW (Results 1 – 5 of 5) sorted by relevance
326 if (!request_.CheckpointDirW().empty()) { in genRecordPath()327 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(safeFileName); in genRecordPath()
310 if (!request_.CheckpointDirW().empty()) { in genRecordPath()311 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(safeFileName);; in genRecordPath()
391 if (!request_.CheckpointDirW().empty()) { in genRecordPath()392 recordPathW_ = request_.CheckpointDirW() + WPATH_DELIMITER + toWString(safeFileName);; in genRecordPath()
139 const std::wstring& CheckpointDirW() const;
306 const std::wstring& OssResumableBaseRequest::CheckpointDirW() const in CheckpointDirW() function in OssResumableBaseRequest
Completed in 7 milliseconds