Lines Matching refs:dex_file
126 const DexFile* dex_file = tmp[0]; in OpenDexFileBase64() local
127 EXPECT_EQ(PROT_READ, dex_file->GetPermissions()); in OpenDexFileBase64()
128 EXPECT_TRUE(dex_file->IsReadOnly()); in OpenDexFileBase64()
129 return dex_file; in OpenDexFileBase64()
156 static void FixUpChecksum(byte* dex_file) { in FixUpChecksum() argument
157 DexFile::Header* header = reinterpret_cast<DexFile::Header*>(dex_file); in FixUpChecksum()
161 const byte* non_sum_ptr = dex_file + non_sum; in FixUpChecksum()
189 const DexFile* dex_file = tmp[0]; in FixChecksumAndOpen() local
190 EXPECT_EQ(PROT_READ, dex_file->GetPermissions()); in FixChecksumAndOpen()
191 EXPECT_TRUE(dex_file->IsReadOnly()); in FixChecksumAndOpen()
192 return dex_file; in FixChecksumAndOpen()