Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dtask_profiles.cpp211 std::string procs_path = controller()->GetProcsFilePath(path_, uid, pid); in ExecuteForProcess() local
212 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()