Home
last modified time | relevance | path

Searched refs:statfile (Results 1 – 1 of 1) sorted by relevance

/system/core/libcutils/
Dsched_policy.c341 char statfile[64]; in set_sched_policy() local
346 sprintf(statfile, "/proc/%d/stat", tid); in set_sched_policy()
349 fd = open(statfile, O_RDONLY); in set_sched_policy()