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.c296 void removeApps(int updateCnt) in removeApps() argument
304 for (i = 0; i < updateCnt; i++) { in removeApps()
317 void downloadApps(int updateCnt) in downloadApps() argument
321 for (i = 0; i < updateCnt; i++) { in downloadApps()
433 int updateCnt = parseConfigAppInfo(&installCnt, &uninstallCnt); in main() local
434 if (updateCnt > 0) { in main()
444 } else if (!updateCnt){ in main()