• Home
  • Raw
  • Download

Lines Matching refs:dex_location

34   std::string dex_location;  in TEST_F()  local
38 &dex_location, in TEST_F()
41 ASSERT_EQ("/data/app/foo/base.apk", dex_location); in TEST_F()
45 std::string dex_location; in TEST_F() local
49 &dex_location, in TEST_F()
52 ASSERT_EQ("/data/app/foo/base.apk!classes2.dex", dex_location); in TEST_F()
56 std::string dex_location; in TEST_F() local
60 &dex_location, in TEST_F()
63 ASSERT_EQ("/system/framework/base.apk", dex_location); in TEST_F()
67 std::string dex_location; in TEST_F() local
71 &dex_location, in TEST_F()
75 ASSERT_EQ("/system/framework/base.apk", dex_location); in TEST_F()
79 std::string dex_location; in TEST_F() local
83 &dex_location, in TEST_F()
86 ASSERT_EQ("/data/app/foo/base.apk", dex_location); in TEST_F()
90 std::string dex_location; in TEST_F() local
94 &dex_location, in TEST_F()
97 ASSERT_EQ("/data/app/foo/base.apk", dex_location); in TEST_F()
101 std::string dex_location; in TEST_F() local
105 &dex_location, in TEST_F()
108 ASSERT_EQ("/data/app/foo/base.apk!classes11.dex", dex_location); in TEST_F()
112 std::string dex_location; in TEST_F() local
116 &dex_location, in TEST_F()
120 ASSERT_EQ("base.apk!classes2.dex", dex_location); in TEST_F()
124 std::string dex_location; in TEST_F() local
128 &dex_location, in TEST_F()
131 ASSERT_EQ("o/base.apk", dex_location); in TEST_F()
135 std::string dex_location = GetScratchDir() + "/LoadOat.jar"; in TEST_F() local
137 Copy(GetDexSrc1(), dex_location); in TEST_F()
138 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
143 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg; in TEST_F()
149 dex_location.c_str(), in TEST_F()
159 std::string dex_location = GetScratchDir() + "/MultiDexUncompressed.jar"; in TEST_F() local
161 Copy(GetTestDexFileName("MultiDexUncompressed"), dex_location); in TEST_F()
162 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kQuicken); in TEST_F()
167 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg; in TEST_F()
176 dex_location.c_str(), in TEST_F()
184 Copy(GetTestDexFileName("MainUncompressed"), dex_location); in TEST_F()
192 dex_location.c_str(), in TEST_F()