Searched refs:task_path (Results 1 – 4 of 4) sorted by relevance
| /system/libprocinfo/include/procinfo/ |
| D | process.h | 104 char task_path[32]; variable 105 snprintf(task_path, sizeof(task_path), "/proc/%d", pid); 106 android::base::unique_fd fd(open(task_path, O_DIRECTORY | O_RDONLY | O_CLOEXEC)); 108 return SetError(error, errno, "failed to open %s", task_path);
|
| /system/core/debuggerd/ |
| D | crash_dump.cpp | 95 std::string task_path = StringPrintf("task/%d", tid); in pid_contains_tid() local 96 return fstatat(pid_proc_fd, task_path.c_str(), &st, 0) == 0; in pid_contains_tid()
|
| /system/core/libprocessgroup/ |
| D | task_profiles.h | 156 WriteFileAction(const std::string& task_path, const std::string& proc_path,
|
| D | task_profiles.cpp | 474 WriteFileAction::WriteFileAction(const std::string& task_path, const std::string& proc_path, in WriteFileAction() argument 476 : task_path_(task_path), proc_path_(proc_path), value_(value), logfailures_(logfailures) { in WriteFileAction()
|