Home
last modified time | relevance | path

Searched defs:install_path (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/tools/
A Dupip.py21 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 Dapp_upgrade.c187 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 Dota_4g.js17 install_path: '/data/jsamp/', property in info
A Dota_wifi.js20 install_path: '/data/jsamp/', property in info
/AliOS-Things-master/components/amp/example-js/
A Dota.js17 install_path: '/data/jsamp/', property in info
/AliOS-Things-master/components/ota/hal/
A Dota_hal_fs_plat.c90 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 Dmodule_appota.c32 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 Daos_ota.c11 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 Dmodappota.c38 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 Dmodule_appota.c34 char install_path[64]; member
131 const char* install_path = JS_ToCString(ctx, ip); in native_ota_upgrade() local

Completed in 11 milliseconds