Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex_file

129   const DexFile* dex_file = tmp[0];
130 EXPECT_EQ(PROT_READ, dex_file->GetPermissions());
131 EXPECT_TRUE(dex_file->IsReadOnly());
132 return dex_file;
159 static void FixUpChecksum(byte* dex_file) {
160 DexFile::Header* header = reinterpret_cast<DexFile::Header*>(dex_file);
164 const byte* non_sum_ptr = dex_file + non_sum;
195 const DexFile* dex_file = tmp[0];
196 EXPECT_EQ(PROT_READ, dex_file->GetPermissions());
197 EXPECT_TRUE(dex_file->IsReadOnly());
198 return dex_file;