OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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