Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/incident_helper/src/parsers/
H A DPsParser.cpp52 if (!getColumnIndices(columnIndices, headerNames, line)) { in Parse()
H A DCpuInfoParser.cpp114 if (!getColumnIndices(columnIndices, headerNames, line)) { in Parse()
/aosp14/frameworks/base/cmds/incident_helper/src/
H A Dih_util.h66 bool getColumnIndices(std::vector<int>& indices, const char* headerNames[], const std::string& line…
H A Dih_util.cpp95 bool getColumnIndices(std::vector<int>& indices, const char** headerNames, const std::string& line)… in getColumnIndices() function