OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 65 milliseconds