OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_proc_fd
(Results
1 - 1
of
1
) sorted by null
/system/core/debuggerd/
crash_dump.cpp
261
int
target_proc_fd
= open(target_proc_path.c_str(), O_DIRECTORY | O_RDONLY);
local
262
if (
target_proc_fd
== -1) {
297
if (!ptrace_seize_thread(
target_proc_fd
, main_tid, &attach_error)) {
314
if (!ptrace_seize_thread(
target_proc_fd
, sibling_tid, &attach_error)) {
Completed in 100 milliseconds