Home
last modified time | relevance | path

Searched refs: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() 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,