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

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp359 char taskpath[255]; local
362 snprintf(taskpath, sizeof(taskpath), "/proc/%d/task", pid);
364 if (!(d = opendir(taskpath))) {
365 printf("Failed to open %s (%s)\n", taskpath, strerror(errno));

Completed in 4300 milliseconds