Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.h60 ProtobufIRDumper(const std::string &dump_path) in ProtobufIRDumper()
Dir_diff_dumper.h32 ProtobufIRDiffDumper(const std::string &dump_path) in ProtobufIRDiffDumper()
Dir_diff_dumper.cpp372 const std::string &dump_path) { in CreateProtobufIRDiffDumper()
Dir_dumper.cpp495 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.cpp409 JsonIRDumper::JsonIRDumper(const std::string &dump_path) in JsonIRDumper()
431 std::unique_ptr<IRDumper> CreateJsonIRDumper(const std::string &dump_path) { in CreateJsonIRDumper()