Home
last modified time | relevance | path

Searched refs:GetPathInfo (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/src/utils/
A DFileSystemUtils.cc98 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 DFileSystemUtils.h32 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 DUploadObjectRequest.cc36 if (!GetPathInfo(filePath_, lastMtime, fileSize)) { in UploadObjectRequest()
80 if (!GetPathInfo(filePathW_, lastMtime, fileSize)) { in UploadObjectRequest()
A DResumableUploader.cc47 if (GetPathInfo(request.FilePath(), lastMtime, fileSize)) { in ResumableUploader()
55 if (GetPathInfo(request.FilePathW(), lastMtime, fileSize)) { in ResumableUploader()

Completed in 5 milliseconds