HomeSort by relevance Sort by last modified time
    Searched refs:ForEachPidInProcPath (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
file_utils.h 33 void ForEachPidInProcPath(const char* proc_path,
procfs_utils.cc 13 using file_utils::ForEachPidInProcPath;
78 ForEachPidInProcPath(tasks_path, [process](int tid) {
file_utils.cc 31 void ForEachPidInProcPath(const char* proc_path,
atrace_process_dump.cc 81 file_utils::ForEachPidInProcPath("/proc", [this](int pid) {

Completed in 57 milliseconds