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

  /system/core/debuggerd/
debuggerd.c 556 char task_path[1024]; local
558 sprintf(task_path, "/proc/%d/task", pid);
563 d = opendir(task_path);

Completed in 160 milliseconds