Searched defs:install_path (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | upip.py | 21 install_path = None variable 194 def install_pkg(pkg_spec, install_path): argument 218 def install(to_install, install_path=None): argument
|
/AliOS-Things-master/components/py_engine/external/app_mgr/ |
A D | app_upgrade.c | 187 int ota_install_pyapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path) in ota_install_pyapp() 209 int install_pyapp(char *store_file, char *install_path) in install_pyapp()
|
/AliOS-Things-master/solutions/javascript_demo/ota_demo/ |
A D | ota_4g.js | 17 install_path: '/data/jsamp/', property in info
|
A D | ota_wifi.js | 20 install_path: '/data/jsamp/', property in info
|
/AliOS-Things-master/components/amp/example-js/ |
A D | ota.js | 17 install_path: '/data/jsamp/', property in info
|
/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_fs_plat.c | 90 int ota_install_jsapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path) in ota_install_jsapp()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/ota/ |
A D | module_appota.c | 32 char install_path[64]; member 98 const char *install_path = duk_get_string(ctx, -1); in native_ota_upgrade() local
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_ota.c | 11 int ota_install_jsapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path) in ota_install_jsapp()
|
/AliOS-Things-master/components/py_engine/modules/ota/ |
A D | modappota.c | 38 char install_path[64]; member 99 const char *install_path = NULL; in ota_upgrade() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/ota/ |
A D | module_appota.c | 34 char install_path[64]; member 131 const char* install_path = JS_ToCString(ctx, ip); in native_ota_upgrade() local
|
Completed in 16 milliseconds