Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_mgr.c150 if ((AMP_PY_PKG_DEFAULE != NULL) && (AMP_PY_PKG_DIR != NULL)) { in pyapp_download_and_upgrade()
151 … amp_debug(MOD_STR, "store_file:%s, install_file:%s\n", AMP_PY_PKG_DEFAULE, AMP_PY_PKG_DIR); in pyapp_download_and_upgrade()
152 ret = miniUnzip(AMP_PY_PKG_DEFAULE, AMP_PY_PKG_DIR); in pyapp_download_and_upgrade()
/AliOS-Things-master/components/py_engine/external/amp_boot/
A Damp_boot_file_transfer.c157 if ((path != NULL) && (AMP_PY_PKG_DIR != NULL)) { in pyamp_ymodem_installapp()
159 ret = miniUnzip(path, AMP_PY_PKG_DIR); in pyamp_ymodem_installapp()
/AliOS-Things-master/components/py_engine/external/common/
A Dpy_defines.h22 #define AMP_PY_PKG_DIR (AMP_FS_ROOT_DIR "/") macro

Completed in 4 milliseconds