Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/symbol/
Dso_file_parser.h31 static std::unique_ptr<SoFileParser> Create(const std::string &so_file_path);
Dso_file_parser.cpp120 const std::string &so_file_path) { in Create() argument
121 auto binary = llvm::object::createBinary(so_file_path); in Create()