Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd.cpp417 char task_path[64]; in ptrace_siblings() local
419 snprintf(task_path, sizeof(task_path), "/proc/%d/task", pid); in ptrace_siblings()
421 std::unique_ptr<DIR, int (*)(DIR*)> d(opendir(task_path), closedir); in ptrace_siblings()
/system/core/libbacktrace/
Dbacktrace_test.cpp414 char task_path[128]; in GetThreads() local
415 snprintf(task_path, sizeof(task_path), "/proc/%d/task", pid); in GetThreads()
417 DIR* tasks_dir = opendir(task_path); in GetThreads()