Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_reader.cpp48 bool IRReader::ReadDump(const std::string &dump_file) { in ReadDump() argument
49 module_->SetCompilationUnitPath(dump_file); in ReadDump()
50 return ReadDumpImpl(dump_file); in ReadDump()
Dir_reader.h40 bool ReadDump(const std::string &dump_file);
51 virtual bool ReadDumpImpl(const std::string &dump_file) = 0;
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_reader.h46 bool ReadDumpImpl(const std::string &dump_file) override;
Dir_reader.cpp42 bool ProtobufIRReader::ReadDumpImpl(const std::string &dump_file) { in ReadDumpImpl() argument
44 std::ifstream input(dump_file); in ReadDumpImpl()
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.h120 bool ReadDumpImpl(const std::string &dump_file) override;
Dir_reader.cpp155 bool JsonIRReader::ReadDumpImpl(const std::string &dump_file) { in ReadDumpImpl() argument
159 std::ifstream input(dump_file); in ReadDumpImpl()