Home
last modified time | relevance | path

Searched refs:proc_file (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/test/tsan/
Dfiber_cleanup.cpp14 FILE *proc_file = fopen(proc_file_name, "r"); in count_memory_mappings() local
18 c = fgetc(proc_file); in count_memory_mappings()
23 fclose(proc_file); in count_memory_mappings()
/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() argument
81 snprintf(proc_path, sizeof(proc_path), "/proc/%d/%s", pid, proc_file); in ReadProcFile()
88 const char* proc_file, in ReadProcFileTrimmed() argument
92 snprintf(proc_path, sizeof(proc_path), "/proc/%d/%s", pid, proc_file); in ReadProcFileTrimmed()
Dfile_utils.h45 ssize_t ReadProcFile(int pid, const char* proc_file, char* buf, size_t length);
47 const char* proc_file,