Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/systrace/atrace_helper/jni/
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()
/external/llvm-project/compiler-rt/test/tsan/
Dfiber_cleanup.cpp14 FILE *proc_file = fopen(proc_file_name, "r"); in count_memory_mappings() local