Searched refs:procs_path (Results 1 – 1 of 1) sorted by relevance
388 std::string procs_path = controller()->GetProcsFilePath(path_, uid, pid); in ExecuteForProcess() local389 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(procs_path.c_str(), O_WRONLY | O_CLOEXEC))); in ExecuteForProcess()391 PLOG(WARNING) << Name() << "::" << __func__ << ": failed to open " << procs_path; in ExecuteForProcess()459 std::string procs_path = controller()->GetProcsFilePath(path_, uid, pid); in IsValidForProcess() local460 return access(procs_path.c_str(), W_OK) == 0; in IsValidForProcess()