Searched refs:target_proc_path (Results 1 – 1 of 1) sorted by relevance
402 std::string target_proc_path = "/proc/" + std::to_string(target_process); in main() local403 int target_proc_fd = open(target_proc_path.c_str(), O_DIRECTORY | O_RDONLY); in main()405 PLOG(FATAL) << "failed to open " << target_proc_path; in main()