Home
last modified time | relevance | path

Searched refs:store_file_full_path (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_upgrade.c33 int ota_get_py_install_path(char *store_file_full_path, char *path_buf, int path_buf_len) in ota_get_py_install_path() argument
38 if ((store_file_full_path != NULL) && (path_buf != NULL)) { in ota_get_py_install_path()
39 store_file_path_len = strlen(store_file_full_path); in ota_get_py_install_path()
41 if (store_file_full_path[want_copy_len] == '/') { in ota_get_py_install_path()
50 strncpy(path_buf, store_file_full_path, want_copy_len); in ota_get_py_install_path()
/AliOS-Things-master/components/amp/services/app_mgr/
A Dapp_upgrade.c73 int ota_get_js_install_path(char *store_file_full_path, char *path_buf, int path_buf_len) in ota_get_js_install_path() argument
78 if ((store_file_full_path != NULL) && (path_buf != NULL)) { in ota_get_js_install_path()
79 store_file_path_len = strlen(store_file_full_path); in ota_get_js_install_path()
81 if (store_file_full_path[want_copy_len] == '/') { in ota_get_js_install_path()
90 strncpy(path_buf, store_file_full_path, want_copy_len); in ota_get_js_install_path()

Completed in 3 milliseconds