Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DUidProcStatsCollector.cpp51 ERR_INVALID_FILE = 0, enumerator
120 return Error(ERR_INVALID_FILE) << path << " contains " << lines.size() << " lines != 1"; in readPidStatFile()
123 return Error(ERR_INVALID_FILE) << "Failed to parse the contents of " << path; in readPidStatFile()
142 return Error(ERR_INVALID_FILE) in readKeyValueFile()
149 return Error(ERR_INVALID_FILE) in readKeyValueFile()
171 return Error(ERR_INVALID_FILE) << "Empty file " << path; in readPidStatusFile()
177 return Error(ERR_INVALID_FILE) << "Failed to read 'UID' from file " << path; in readPidStatusFile()
180 return Error(ERR_INVALID_FILE) << "Failed to read 'Tgid' from file " << path; in readPidStatusFile()