HomeSort by relevance Sort by last modified time
    Searched refs:extra_children (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/zygote/
zygote_linux.h 32 const std::vector<base::ProcessHandle>& extra_children,
zygote_main_linux.cc 597 std::vector<pid_t> extra_children; local
607 extra_children.push_back(sancov_helper_pid);
618 Zygote zygote(sandbox_flags, fork_delegates.Pass(), extra_children,
zygote_linux.cc 85 const std::vector<base::ProcessHandle>& extra_children,
90 extra_children_(extra_children),

Completed in 739 milliseconds