Searched refs:proc_file (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | file_utils.cc | 79 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()
|
D | file_utils.h | 45 ssize_t ReadProcFile(int pid, const char* proc_file, char* buf, size_t length); 47 const char* proc_file,
|