HomeSort by relevance Sort by last modified time
    Searched defs:GetApiMethodName (Results 1 - 2 of 2) sorted by null

  /art/tools/veridex/
hidden_api.cc 26 std::string HiddenApi::GetApiMethodName(const DexFile& dex_file, uint32_t method_index) {
hidden_api.h 58 static std::string GetApiMethodName(const DexFile& dex_file, uint32_t method_index);
62 static std::string GetApiMethodName(MethodReference ref) {
63 return HiddenApi::GetApiMethodName(*ref.dex_file, ref.index);

Completed in 119 milliseconds