Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc3415 const uint8_t* str_data_ptr = begin + id.string_data_off_; in FindStringRangesForMethodNames() local
3416 DecodeUnsignedLeb128(&str_data_ptr); in FindStringRangesForMethodNames()
3417 return reinterpret_cast<const char*>(str_data_ptr); in FindStringRangesForMethodNames()