OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statfile
(Results
1 - 2
of
2
) sorted by null
/system/core/libcutils/
sched_policy.c
341
char
statfile
[64];
local
346
sprintf(
statfile
, "/proc/%d/stat", tid);
349
fd = open(
statfile
, O_RDONLY);
/external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py
158
with open(filename) as
statfile
:
160
statfile
.readlines())
Completed in 239 milliseconds