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