Searched refs:RenameFile (Results 1 – 3 of 3) sorted by relevance
29 bool RenameFile(const std::string &from, const std::string &to);40 bool RenameFile(const std::wstring& from, const std::wstring& to);
90 bool AlibabaCloud::OSS::RenameFile(const std::string &from, const std::string &to) in RenameFile() function in AlibabaCloud::OSS170 bool AlibabaCloud::OSS::RenameFile(const std::wstring& from, const std::wstring& to) in RenameFile() function in AlibabaCloud::OSS
488 return RenameFile(request_.TempFilePathW(), request_.FilePathW()); in renameTempFile()493 return RenameFile(request_.TempFilePath(), request_.FilePath()); in renameTempFile()
Completed in 4 milliseconds