Searched defs:proc_file (Results 1 – 2 of 2) sorted by relevance
79 ssize_t ReadProcFile(int pid, const char* proc_file, char* buf, size_t length) { in ReadProcFile()88 const char* proc_file, in ReadProcFileTrimmed()
14 FILE *proc_file = fopen(proc_file_name, "r"); in count_memory_mappings() local