/AliOS-Things-master/components/oss/src/resumable/ |
A D | UploadObjectRequest.cc | 28 const std::string &filePath, const std::string &checkpointDir, in UploadObjectRequest() argument 31 filePath_(filePath) in UploadObjectRequest() 47 const std::string &filePath, const std::string &checkpointDir, in UploadObjectRequest() argument 49 UploadObjectRequest(bucket, key, filePath, checkpointDir, partSize, threadNum) in UploadObjectRequest() 60 const std::string &filePath, const std::string &checkpointDir) : in UploadObjectRequest() argument 65 const std::string &filePath): in UploadObjectRequest() argument 71 const std::wstring &filePath, const std::wstring &checkpointDir, in UploadObjectRequest() argument 74 filePathW_(filePath) in UploadObjectRequest() 97 const std::wstring &filePath, const std::wstring &checkpointDir, in UploadObjectRequest() argument 110 const std::wstring &filePath, const std::wstring &checkpointDir) : in UploadObjectRequest() argument [all …]
|
A D | DownloadObjectRequest.cc | 28 const std::string &filePath, const std::string &checkpointDir, in DownloadObjectRequest() argument 32 filePath_(filePath) in DownloadObjectRequest() 34 tempFilePath_ = filePath + ".temp"; in DownloadObjectRequest() 38 const std::string &filePath, const std::string &checkpointDir) : in DownloadObjectRequest() argument 43 const std::string &filePath) : in DownloadObjectRequest() argument 44 DownloadObjectRequest(bucket, key, filePath, "", DefaultPartSize, DefaultResumableThreadNum) in DownloadObjectRequest() 49 const std::wstring &filePath, const std::wstring &checkpointDir, in DownloadObjectRequest() argument 53 filePathW_(filePath) in DownloadObjectRequest() 55 tempFilePathW_ = filePath + L".temp"; in DownloadObjectRequest() 59 const std::wstring &filePath, const std::wstring &checkpointDir) : in DownloadObjectRequest() argument [all …]
|
A D | ResumableDownloader.cc | 123 root["filePath"] = record.filePath; in Download() 254 root["filePath"] = record_.filePath; in prepare() 297 root["filePath"] = record.filePath; in validateRecord() 340 record_.filePath = root["filePath"].asString(); in loadRecord() 445 auto filePath = request_.FilePath(); in initRecord() local 447 filePath = toString(request_.FilePathW()); in initRecord() 453 record_.filePath = filePath; in initRecord()
|
A D | ResumableDownloader.h | 36 std::string filePath; member
|
A D | ResumableUploader.h | 28 std::string filePath; member
|
A D | ResumableUploader.cc | 377 record_.filePath = request_.FilePath(); in initRecordInfo() 389 record_.filePath = root["filePath"].asString(); in buildRecordInfo() 402 root["filePath"] = record_.filePath; in dumpRecordInfo()
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | UploadObjectRequest.h | 32 const std::string& filePath, const std::string& checkpointDir, 35 const std::string& filePath, const std::string &checkpointDir, 38 const std::string& filePath, const std::string& checkpointDir, 41 const std::string& filePath, const std::string& checkpointDir); 43 const std::string& filePath); 52 const std::wstring& filePath, const std::wstring& checkpointDir, 55 const std::wstring& filePath, const std::wstring &checkpointDir, 58 const std::wstring& filePath, const std::wstring& checkpointDir, 61 const std::wstring& filePath, const std::wstring& checkpointDir); 63 const std::wstring& filePath);
|
A D | DownloadObjectRequest.h | 30 const std::string& filePath); 32 const std::string& filePath, const std::string& checkpointDir, 35 const std::string& filePath, const std::string& checkpointDir); 41 const std::wstring& filePath); 43 const std::wstring& filePath, const std::wstring& checkpointDir, 46 const std::wstring& filePath, const std::wstring& checkpointDir);
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/oss/ |
A D | module_oss.c | 27 char *filePath; member 36 …ecret, task_param->endPoint, task_param->bucketName, task_param->objectName, task_param->filePath); in oss_task_handler() 40 …ecret, task_param->endPoint, task_param->bucketName, task_param->objectName, task_param->filePath); in oss_task_handler() 67 task_param.filePath = (char *)JS_ToCString(ctx, argv[5]); in native_oss_upload_file() 74 amp_debug(MOD_STR, "filePath = %s;\n", task_param.filePath); in native_oss_upload_file() 84 JS_FreeCString(ctx, task_param.filePath); in native_oss_upload_file() 111 task_param.filePath = (char *)JS_ToCString(ctx, argv[5]); in native_oss_download_file() 118 amp_debug(MOD_STR, "filePath = %s;\n", task_param.filePath); in native_oss_download_file() 128 JS_FreeCString(ctx, task_param.filePath); in native_oss_download_file()
|
/AliOS-Things-master/components/amp/libjs/ |
A D | generator.js | 97 const filePath = `./lib/${file}`; 98 const fileInfo = fs.statSync(filePath); 104 const fileContent = fs.readFileSync(filePath); 112 let fileName = path.basename(filePath, ".js");
|
/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 34 LOGD(LOG_TAG, "filePath = %s;\n", filePath); in obj_uploadFile() 35 url = oss_upload_local_file(key, secret, endPoint, bucketName, filePath); in obj_uploadFile()
|
/AliOS-Things-master/components/py_engine/external/unzip/include/ |
A D | miniunz.h | 15 int miniUnzip(const char* filePath, const char* outPath);
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | miniunz.h | 15 int miniUnzip(const char* filePath, const char* outPath);
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | miniunz.c | 397 int miniUnzip(const char* filePath, const char* outPath) in miniUnzip() argument 399 const char* zipfilename = filePath; in miniUnzip()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/ |
A D | visual-basic.txt | 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
|