Searched defs:OpenDexFileBase64 (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file_verifier_test.cc104 static const DexFile* OpenDexFileBase64(const char* base64, const char* location, function in namespace:art
151 std::unique_ptr<const DexFile> raw(OpenDexFileBase64(kGoodTestDex, tmp.GetFilename().c_str(),
H A Ddex_file_test.cc135 static const DexFile* OpenDexFileBase64(const char* base64, function in namespace:art
166 std::unique_ptr<const DexFile> raw(OpenDexFileBase64(kRawDex, tmp.GetFilename().c_str()));

Completed in 114 milliseconds