Home
last modified time | relevance | path

Searched refs:procs_path (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/libprocessgroup/
H A Dtask_profiles.cpp388 std::string procs_path = controller()->GetProcsFilePath(path_, uid, pid); in ExecuteForProcess() local
389 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() local
460 return access(procs_path.c_str(), W_OK) == 0; in IsValidForProcess()