Home
last modified time | relevance | path

Searched refs:RenameFile (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/oss/src/utils/
A DFileSystemUtils.h29 bool RenameFile(const std::string &from, const std::string &to);
40 bool RenameFile(const std::wstring& from, const std::wstring& to);
A DFileSystemUtils.cc90 bool AlibabaCloud::OSS::RenameFile(const std::string &from, const std::string &to) in RenameFile() function in AlibabaCloud::OSS
170 bool AlibabaCloud::OSS::RenameFile(const std::wstring& from, const std::wstring& to) in RenameFile() function in AlibabaCloud::OSS
/AliOS-Things-master/components/oss/src/resumable/
A DResumableDownloader.cc488 return RenameFile(request_.TempFilePathW(), request_.FilePathW()); in renameTempFile()
493 return RenameFile(request_.TempFilePath(), request_.FilePath()); in renameTempFile()

Completed in 4 milliseconds