Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/
H A Dcrash_dump.cpp73 std::string task_path = StringPrintf("task/%d", tid); in pid_contains_tid() local
74 return fstatat(pid_proc_fd, task_path.c_str(), &st, 0) == 0; in pid_contains_tid()
/aosp14/system/core/libprocessgroup/
H A Dtask_profiles.h170 WriteFileAction(const std::string& task_path, const std::string& proc_path,
H A Dtask_profiles.cpp482 WriteFileAction::WriteFileAction(const std::string& task_path, const std::string& proc_path, in WriteFileAction() argument
484 : task_path_(task_path), proc_path_(proc_path), value_(value), logfailures_(logfailures) { in WriteFileAction()