OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_proc_path
(Results
1 - 1
of
1
) sorted by null
/system/core/debuggerd/
crash_dump.cpp
260
std::string
target_proc_path
= "/proc/" + std::to_string(target);
local
261
int target_proc_fd = open(
target_proc_path
.c_str(), O_DIRECTORY | O_RDONLY);
263
PLOG(FATAL) << "failed to open " <<
target_proc_path
;
Completed in 293 milliseconds