Home
last modified time | relevance | path

Searched refs:localfilepath (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/oss/src/
A Doss_app.cpp103 …d == NULL)||(keySecret == NULL)||(endPoint == NULL)||(bucketName == NULL)||(localfilepath == NULL)) in oss_upload_local_file()
120 pfile_path = localfilepath; in oss_upload_local_file()
138 std::cout << "localfile_path:" << localfilepath <<std::endl; in oss_upload_local_file()
140 file_total_size = sd_file_open(localfilepath); in oss_upload_local_file()
196 auto fileSize = getFileSize(localfilepath); in oss_upload_local_file()
199 std::cout << "localfile_path:" << localfilepath <<std::endl; in oss_upload_local_file()
273 std::cout << "localfile_path:" << localfilepath <<std::endl; in oss_upload_file()
275 file_total_size = sd_file_open(localfilepath); in oss_upload_file()
331 auto fileSize = getFileSize(localfilepath); in oss_upload_file()
334 std::cout << "localfile_path:" << localfilepath <<std::endl; in oss_upload_file()
[all …]
A Doss_app.h13 …ad_local_file(char *keyId, char *keySecret, char *endPoint, char *bucketName, char* localfilepath);
15 … *keyId, char *keySecret, char *endPoint, char *bucketName, char *objectName, char* localfilepath);
16 … *keyId, char *keySecret, char *endPoint, char *bucketName, char *objectName, char* localfilepath);
/AliOS-Things-master/components/oss/
A DREADME.md111 -- localfilepath --> 本地文件路径 --
117 char* localfilepath);

Completed in 4 milliseconds