Searched refs:task_path (Results 1 – 3 of 3) sorted by relevance
/aosp14/system/core/debuggerd/ |
H A D | crash_dump.cpp | 73 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 D | task_profiles.h | 170 WriteFileAction(const std::string& task_path, const std::string& proc_path,
|
H A D | task_profiles.cpp | 482 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()
|