HomeSort by relevance Sort by last modified time
    Searched full:task_path (Results 1 - 2 of 2) sorted by null

  /system/core/debuggerd/
backtrace.c 127 char task_path[64]; local
128 snprintf(task_path, sizeof(task_path), "/proc/%d/task", pid);
129 DIR* d = opendir(task_path);
tombstone.c 439 char task_path[64]; local
440 snprintf(task_path, sizeof(task_path), "/proc/%d/task", pid);
442 DIR* d = opendir(task_path);

Completed in 48 milliseconds