Lines Matching refs:AlibabaCloud
49 using namespace AlibabaCloud::OSS;
51 bool AlibabaCloud::OSS::CreateDirectory(const std::string &folder) in CreateDirectory()
72 bool AlibabaCloud::OSS::IsDirectoryExist(std::string folder) { in IsDirectoryExist()
79 bool AlibabaCloud::OSS::RemoveDirectory(const std::string &folder) in RemoveDirectory()
84 bool AlibabaCloud::OSS::RemoveFile(const std::string &filepath) in RemoveFile()
90 bool AlibabaCloud::OSS::RenameFile(const std::string &from, const std::string &to) in RenameFile()
95 bool AlibabaCloud::OSS::GetPathLastModifyTime(const std::string& path, time_t& t) in GetPathLastModifyTime()
101 bool AlibabaCloud::OSS::GetPathInfo(const std::string& path, time_t& t, std::streamsize& size) in GetPathInfo()
120 bool AlibabaCloud::OSS::IsFileExist(const std::string& file) in IsFileExist()
131 bool AlibabaCloud::OSS::CreateDirectory(const std::wstring &folder) in CreateDirectory()
152 bool AlibabaCloud::OSS::IsDirectoryExist(std::wstring folder) { in IsDirectoryExist()
159 bool AlibabaCloud::OSS::RemoveDirectory(const std::wstring& folder) in RemoveDirectory()
164 bool AlibabaCloud::OSS::RemoveFile(const std::wstring& filepath) in RemoveFile()
170 bool AlibabaCloud::OSS::RenameFile(const std::wstring& from, const std::wstring& to) in RenameFile()
175 bool AlibabaCloud::OSS::GetPathLastModifyTime(const std::wstring& path, time_t& t) in GetPathLastModifyTime()
181 bool AlibabaCloud::OSS::GetPathInfo(const std::wstring& path, time_t& t, std::streamsize& size) in GetPathInfo()
200 bool AlibabaCloud::OSS::IsFileExist(const std::wstring& file) in IsFileExist()
208 std::shared_ptr<std::fstream> AlibabaCloud::OSS::GetFstreamByPath( in GetFstreamByPath()