Searched refs:GetPathInfo (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/oss/src/utils/ |
A D | FileSystemUtils.cc | 98 return GetPathInfo(path, t, size); in GetPathLastModifyTime() 101 bool AlibabaCloud::OSS::GetPathInfo(const std::string& path, time_t& t, std::streamsize& size) in GetPathInfo() function in AlibabaCloud::OSS 124 return GetPathInfo(file, t, size); in IsFileExist() 178 return GetPathInfo(path, t, size); in GetPathLastModifyTime() 181 bool AlibabaCloud::OSS::GetPathInfo(const std::wstring& path, time_t& t, std::streamsize& size) in GetPathInfo() function in AlibabaCloud::OSS 204 return GetPathInfo(file, t, size); in IsFileExist()
|
A D | FileSystemUtils.h | 32 bool GetPathInfo(const std::string &path, time_t &t, std::streamsize& size); 43 bool GetPathInfo(const std::wstring &path, time_t &t, std::streamsize& size);
|
/AliOS-Things-master/components/oss/src/resumable/ |
A D | UploadObjectRequest.cc | 36 if (!GetPathInfo(filePath_, lastMtime, fileSize)) { in UploadObjectRequest() 80 if (!GetPathInfo(filePathW_, lastMtime, fileSize)) { in UploadObjectRequest()
|
A D | ResumableUploader.cc | 47 if (GetPathInfo(request.FilePath(), lastMtime, fileSize)) { in ResumableUploader() 55 if (GetPathInfo(request.FilePathW(), lastMtime, fileSize)) { in ResumableUploader()
|
Completed in 5 milliseconds