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

/art/runtime/
H A Ddex_file_verifier.cc2596 const uint8_t* str_data_ptr = begin + string_off; local
2597 DecodeUnsignedLeb128(&str_data_ptr);
2598 *str = reinterpret_cast<const char*>(str_data_ptr);

Completed in 64 milliseconds