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

  /art/libdexfile/dex/
dex_file_verifier.h 164 const char* CheckLoadStringByIdx(dex::StringIndex idx, const char* error_fmt);
dex_file_verifier.cc 104 const char* DexFileVerifier::CheckLoadStringByIdx(dex::StringIndex idx, const char* error_string) {
116 return CheckLoadStringByIdx(dex_file_->GetTypeId(type_idx).descriptor_idx_, error_string);
143 const char* (var) = CheckLoadStringByIdx(idx, error); \
    [all...]

Completed in 110 milliseconds