Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_reader.h45 bool ReadDump(const std::string &dump_file) override;
Dir_reader.cpp42 bool ProtobufIRReader::ReadDump(const std::string &dump_file) { in ReadDump() argument
44 std::ifstream input(dump_file); in ReadDump()
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.h119 bool ReadDump(const std::string &dump_file) override;
Dir_reader.cpp155 bool JsonIRReader::ReadDump(const std::string &dump_file) { in ReadDump() argument
158 std::ifstream input(dump_file); in ReadDump()
/development/vndk/tools/header-checker/src/repr/
Dir_reader.h57 virtual bool ReadDump(const std::string &dump_file) = 0;