Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp3230 char taskpath[255]; in for_each_tid_helper() local
3233 snprintf(taskpath, sizeof(taskpath), "/proc/%d/task", pid); in for_each_tid_helper()
3235 if (!(d = opendir(taskpath))) { in for_each_tid_helper()
3236 printf("Failed to open %s (%s)\n", taskpath, strerror(errno)); in for_each_tid_helper()