Searched defs:filePath (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/oss/src/resumable/ |
A D | UploadObjectRequest.cc | 28 const std::string &filePath, const std::string &checkpointDir, in UploadObjectRequest() 47 const std::string &filePath, const std::string &checkpointDir, in UploadObjectRequest() 55 const std::string &filePath, const std::string &checkpointDir, const ObjectMetaData& meta): in UploadObjectRequest() 60 const std::string &filePath, const std::string &checkpointDir) : in UploadObjectRequest() 65 const std::string &filePath): in UploadObjectRequest() 71 const std::wstring &filePath, const std::wstring &checkpointDir, in UploadObjectRequest() 97 const std::wstring &filePath, const std::wstring &checkpointDir, in UploadObjectRequest() 105 const std::wstring &filePath, const std::wstring &checkpointDir, const ObjectMetaData& meta) : in UploadObjectRequest() 110 const std::wstring &filePath, const std::wstring &checkpointDir) : in UploadObjectRequest() 115 const std::wstring &filePath) : in UploadObjectRequest()
|
A D | DownloadObjectRequest.cc | 28 const std::string &filePath, const std::string &checkpointDir, in DownloadObjectRequest() 38 const std::string &filePath, const std::string &checkpointDir) : in DownloadObjectRequest() 43 const std::string &filePath) : in DownloadObjectRequest() 49 const std::wstring &filePath, const std::wstring &checkpointDir, in DownloadObjectRequest() 59 const std::wstring &filePath, const std::wstring &checkpointDir) : in DownloadObjectRequest() 64 const std::wstring &filePath) : in DownloadObjectRequest()
|
A D | ResumableUploader.h | 28 std::string filePath; member
|
A D | ResumableDownloader.h | 36 std::string filePath; member
|
A D | ResumableDownloader.cc | 445 auto filePath = request_.FilePath(); in initRecord() local
|
/AliOS-Things-master/components/py_engine/modules/oss/ |
A D | modoss.c | 29 char *filePath = (char *)mp_obj_str_get_str(args[4]); in obj_uploadFile() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/oss/ |
A D | module_oss.c | 27 char *filePath; member
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | miniunz.c | 397 int miniUnzip(const char* filePath, const char* outPath) in miniUnzip()
|
Completed in 19 milliseconds