Home
last modified time | relevance | path

Searched refs:filePath (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/oss/src/resumable/
A DUploadObjectRequest.cc28 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 DDownloadObjectRequest.cc28 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 DResumableDownloader.cc123 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 DResumableDownloader.h36 std::string filePath; member
A DResumableUploader.h28 std::string filePath; member
A DResumableUploader.cc377 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 DUploadObjectRequest.h32 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 DDownloadObjectRequest.h30 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 Dmodule_oss.c27 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 Dgenerator.js97 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 Dmodoss.c29 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 Dminiunz.h15 int miniUnzip(const char* filePath, const char* outPath);
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dminiunz.h15 int miniUnzip(const char* filePath, const char* outPath);
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dminiunz.c397 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 Dvisual-basic.txt38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As

Completed in 15 milliseconds