Lines Matching refs:GetTestDexFileName

265                           classpath.empty() ? GetTestDexFileName(test_name.c_str()) : classpath);  in VerifyClassLoaderFromTestDex()
408 std::string multidex_name = GetTestDexFileName("MultiDex"); in TEST_F()
409 std::string myclass_dex_name = GetTestDexFileName("MyClass"); in TEST_F()
410 std::string dex_name = GetTestDexFileName("Main"); in TEST_F()
454 if (!CreateRelativeString(GetTestDexFileName("MultiDex"), cwd_buf, &multidex_name) || in TEST_F()
455 !CreateRelativeString(GetTestDexFileName("MyClass"), cwd_buf, &myclass_dex_name) || in TEST_F()
456 !CreateRelativeString(GetTestDexFileName("Main"), cwd_buf, &dex_name)) { in TEST_F()
489 if (!CreateRelativeString(GetTestDexFileName("MultiDex"), cwd_buf, &multidex_name) || in TEST_F()
490 !CreateRelativeString(GetTestDexFileName("MyClass"), cwd_buf, &myclass_dex_name) || in TEST_F()
491 !CreateRelativeString(GetTestDexFileName("Main"), cwd_buf, &dex_name)) { in TEST_F()
517 std::string dex_name = GetTestDexFileName("Main"); in TEST_F()
525 std::string dex_name = GetTestDexFileName("Main"); in TEST_F()
533 std::string dex_name = GetTestDexFileName("Main"); in TEST_F()
1084 std::string dex1_name = GetTestDexFileName("Main"); in TEST_F()
1085 std::string dex2_name = GetTestDexFileName("MyClass"); in TEST_F()
1116 std::string dex1_name = GetTestDexFileName("Main"); in TEST_F()
1117 std::string dex2_name = GetTestDexFileName("MultiDex"); in TEST_F()
1135 std::string expected_encoding = "IMC[<unknown>];PCL[" + GetTestDexFileName("Main") + "]"; in TEST_F()
1146 ASSERT_EQ("PCL[]", encodings.at(GetTestDexFileName("Main"))); in TEST_F()
1156 ASSERT_EQ("PCL[]", encodings.at(GetTestDexFileName("MultiDex"))); in TEST_F()
1171 std::string main_dex_name = GetTestDexFileName("Main"); in TEST_F()
1172 std::string multidex_dex_name = GetTestDexFileName("MultiDex"); in TEST_F()
1198 "PCL[]{PCL[" + GetTestDexFileName("MyClass") + "]}", in TEST_F()
1199 encodings.at(GetTestDexFileName("Main"))); in TEST_F()
1211 ASSERT_EQ("PCL[]", encodings.at(GetTestDexFileName("Main"))); in TEST_F()
1213 "PCL[" + GetTestDexFileName("Main") + "]", encodings.at(GetTestDexFileName("MultiDex"))); in TEST_F()
1238 "{PCL[" + GetTestDexFileName("MyClass") + "]}"; in TEST_F()
1239 ASSERT_EQ("PCL[]" + context_suffix, encodings.at(GetTestDexFileName("Main"))); in TEST_F()
1241 "PCL[" + GetTestDexFileName("Main") + "]" + context_suffix, in TEST_F()
1242 encodings.at(GetTestDexFileName("MultiDex"))); in TEST_F()
1256 "IMC[];PCL[" + GetTestDexFileName("Main") + "]", in TEST_F()
1265 ASSERT_EQ("PCL[]", encodings.at(GetTestDexFileName("Main"))); in TEST_F()
1292 encodings.at(GetTestDexFileName("Main"))); in TEST_F()
1303 encodings.at(GetTestDexFileName("Main"))); in TEST_F()
1306 encodings.at(GetTestDexFileName("MyClass"))); in TEST_F()
1316 encodings.at(GetTestDexFileName("MultiDex"))); in TEST_F()
1560 std::string dex_location = GetTestDexFileName("ForClassLoaderA"); in TEST_F()
1583 std::string dex_location = GetTestDexFileName("ForClassLoaderA"); in TEST_F()
1603 std::string dex_location = GetTestDexFileName("MultiDex"); in TEST_F()