Searched refs:LoadExpectSingleDexFile (Results 1 – 4 of 4) sorted by relevance
34 dex_files.push_back(LoadExpectSingleDexFile(GetDexFileName(jars[i]).c_str())); in TEST_F()
84 const DexFile* LoadExpectSingleDexFile(const char* location);
177 const DexFile* CommonRuntimeTest::LoadExpectSingleDexFile(const char* location) { in LoadExpectSingleDexFile() function in art::CommonRuntimeTest200 java_lang_dex_file_ = LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str()); in SetUp()
144 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str())); in TEST_F()