HomeSort by relevance Sort by last modified time
    Searched full:so_parser (Results 1 - 1 of 1) sorted by null

  /development/vndk/tools/header-checker/header-abi-linker/src/
header_abi_linker.cpp 333 std::unique_ptr<abi_util::SoFileParser> so_parser = local
335 if (so_parser == nullptr) {
339 so_parser->GetSymbols();
340 function_decl_set_ = so_parser->GetFunctions();
341 globvar_decl_set_ = so_parser->GetGlobVars();

Completed in 75 milliseconds