Searched refs:status_file (Results 1 – 1 of 1) sorted by relevance
59 FILE* status_file = fopen(proc_status_path.c_str(), "r"); in ParseProcStatusFile() local60 if (status_file == nullptr) { in ParseProcStatusFile()69 if (getline(&line, &line_length, status_file) < 0) { in ParseProcStatusFile()83 fclose(status_file); in ParseProcStatusFile()