Home
last modified time | relevance | path

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

/platform_testing/utils/shell-as/
Dcontext.cpp59 FILE* status_file = fopen(proc_status_path.c_str(), "r"); in ParseProcStatusFile() local
60 if (status_file == nullptr) { in ParseProcStatusFile()
69 if (getline(&line, &line_length, status_file) < 0) { in ParseProcStatusFile()
83 fclose(status_file); in ParseProcStatusFile()