Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/header-abi-diff/src/
Dheader_abi_diff.cpp36 static llvm::cl::opt<std::string> new_dump( variable
82 HeaderAbiDiff judge(lib_name, arch, old_dump, new_dump, compatibility_report, in main()
Dabi_diff.h36 const std::string &old_dump, const std::string &new_dump, in HeaderAbiDiff() argument
40 new_dump_(new_dump), cr_(compatibility_report), in HeaderAbiDiff()