OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idle_string
(Results
1 - 1
of
1
) sorted by null
/system/core/toolbox/
uptime.c
77
char up_string[100],
idle_string
[100], sleep_string[100];
local
106
format_time((int)idle_time,
idle_string
);
108
printf("up time: %s, idle time: %s, sleep time: %s\n", up_string,
idle_string
, sleep_string);
Completed in 143 milliseconds