Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/tools/configurator/
Dcanprototools.cpp49 static const std::array<std::string, 3> text_headers = {"buses", "#", "controller"}; in parseConfigFile() local
60 for (auto const& header : text_headers) { in parseConfigFile()