Home
last modified time | relevance | path

Searched defs:dump_path (Results 1 – 11 of 11) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_diff_dumper.h32 ProtobufIRDiffDumper(const std::string &dump_path) in ProtobufIRDiffDumper()
Dir_dumper.h60 ProtobufIRDumper(const std::string &dump_path) in ProtobufIRDumper()
Dir_diff_dumper.cpp372 const std::string &dump_path) { in CreateProtobufIRDiffDumper()
Dir_dumper.cpp483 std::unique_ptr<IRDumper> CreateProtobufIRDumper(const std::string &dump_path) { in CreateProtobufIRDumper()
/development/vndk/tools/header-checker/src/repr/
Dir_dumper.h29 IRDumper(const std::string &dump_path) : dump_path_(dump_path) {} in IRDumper()
Dir_diff_dumper.h32 IRDiffDumper(const std::string &dump_path) : dump_path_(dump_path) {} in IRDiffDumper()
Dir_diff_dumper.cpp31 TextFormatIR text_format, const std::string &dump_path) { in CreateIRDiffDumper()
Dir_dumper.cpp33 TextFormatIR text_format, const std::string &dump_path) { in CreateIRDumper()
/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp402 JsonIRDumper::JsonIRDumper(const std::string &dump_path) in JsonIRDumper()
424 std::unique_ptr<IRDumper> CreateJsonIRDumper(const std::string &dump_path) { in CreateJsonIRDumper()
/development/vndk/tools/header-checker/utils/
Dutils.py79 def _validate_dump_content(dump_path): argument
/development/vndk/tools/header-checker/tests/
Dtest.py33 def _read_output_content(dump_path): argument