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

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

Completed in 43 milliseconds