Searched refs:LoadExpectSingleDexFile (Results 1 – 3 of 3) sorted by relevance
200 std::unique_ptr<const DexFile> LoadExpectSingleDexFile(const char* location);
269 std::unique_ptr<const DexFile> CommonArtTestImpl::LoadExpectSingleDexFile(const char* location) { in LoadExpectSingleDexFile() function in art::CommonArtTestImpl
473 LoadExpectSingleDexFile(helper.dex_file_locations[i].c_str())); in TestWriteRead()