OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currApp
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c
192
struct AppInfo *
currApp
= &apps[appCount++];
193
sscanf(line, "app: %d id: %" PRIx64 " ver: %" PRIx32 " size: %" PRIx32 "\n", &
currApp
->num, &
currApp
->id, &
currApp
->version, &
currApp
->size);
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
Completed in 116 milliseconds