Searched refs:store_file_len (Results 1 – 6 of 6) sorted by relevance
/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() argument 97 ret = data_file_unpack(store_file, store_file_len, install_path); in ota_install_jsapp()
|
/AliOS-Things-master/components/py_engine/external/app_mgr/ |
A D | app_upgrade.h | 20 int ota_install_pyapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path);
|
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() argument
|
/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() argument
|
/AliOS-Things-master/components/amp_adapter/platform/aos/haas700/ |
A D | ota_agent.h | 278 int ota_install_jsapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path);
|
/AliOS-Things-master/components/ota/include/ |
A D | ota_agent.h | 278 int ota_install_jsapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path);
|
Completed in 11 milliseconds