Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c195 uint64_t appsToUninstall[MAX_UNINSTALL_CNT]; variable
306 appsToUninstall[*uninstallCnt] = appId; in parseConfigAppInfo()
406 printf("Deleting \"0x%016" PRIx64 "\"...", appsToUninstall[i]); in removeApps()
408 if (sendCmd(NANOHUB_HAL_EXT_APP_DELETE, appsToUninstall[i])) in removeApps()