Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c401 void removeApps(int updateCnt) in removeApps() argument
405 for (i = 0; i < updateCnt; i++) { in removeApps()
413 void downloadApps(int updateCnt) in downloadApps() argument
417 for (i = 0; i < updateCnt; i++) { in downloadApps()
585 int updateCnt = parseConfigAppInfo(&installCnt, &uninstallCnt); in main() local
586 if (updateCnt > 0) { in main()
596 } else if (!updateCnt){ in main()