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

/system/core/debuggerd/
H A Dbacktrace.c125 char task_path[64]; local
126 snprintf(task_path, sizeof(task_path), "/proc/%d/task", pid);
127 DIR* d = opendir(task_path);
H A Dtombstone.c408 char task_path[64]; local
409 snprintf(task_path, sizeof(task_path), "/proc/%d/task", pid);
411 DIR* d = opendir(task_path);

Completed in 725 milliseconds