Home
last modified time | relevance | path

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

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