Searched refs:taskpath (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.c131 char taskpath[255]; local
134 sprintf(taskpath, "/proc/%d/task", pid);
136 if (!(d = opendir(taskpath))) {
137 printf("Failed to open %s (%s)\n", taskpath, strerror(errno));

Completed in 416 milliseconds