OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:installcnt
(Results
1 - 1
of
1
) sorted by null
/device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c
217
int
installCnt
;
225
installCnt
= 0;
226
while (((numRead = getline(&line, &len, fp)) != -1) && (
installCnt
< MAX_INSTALL_CNT)) {
231
sscanf(line, "%32s %" PRIx64 " %d\n", appsToInstall[
installCnt
], &appId, &appVersion);
235
installCnt
++;
244
return
installCnt
;
Completed in 804 milliseconds