Home
last modified time | relevance | path

Searched defs:proc_file (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/chromium-trace/catapult/systrace/atrace_helper/jni/
H A Dfile_utils.cc79 ssize_t ReadProcFile(int pid, const char* proc_file, char* buf, size_t length) { in ReadProcFile()
88 const char* proc_file, in ReadProcFileTrimmed()
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dosutils.py1323 def IterateMountPoints(proc_file='/proc/mounts'): argument