Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_supp_test.cc281 auto df1 = DexFile(std::move(*dex_file)); in TEST() local
282 auto df2 = DexFile(std::move(df1)); in TEST()
/art/libdexfile/dex/
Ddex_file-inl.h171 inline bool DexFile::StringEquals(const DexFile* df1, dex::StringIndex sidx1, in StringEquals() argument
174 const char* s1_data = df1->StringDataAndUtf16LengthByIdx(sidx1, &s1_len); in StringEquals()
Ddex_file.h787 static inline bool StringEquals(const DexFile* df1, dex::StringIndex sidx1,