Home
last modified time | relevance | path

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

/system/libprocinfo/include/procinfo/
Dprocess.h104 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/
Dcrash_dump.cpp95 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/
Dtask_profiles.h156 WriteFileAction(const std::string& task_path, const std::string& proc_path,
Dtask_profiles.cpp474 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()