Searched refs:procs_path (Results 1 – 1 of 1) sorted by relevance
211 std::string procs_path = controller()->GetProcsFilePath(path_, uid, pid); in ExecuteForProcess() local212 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(procs_path.c_str(), O_WRONLY | O_CLOEXEC))); in ExecuteForProcess()214 PLOG(WARNING) << "Failed to open " << procs_path; in ExecuteForProcess()