Searched refs:odex_location (Results 1 – 1 of 1) sorted by relevance
190 const std::string& odex_location, in GenerateOdexForTest() argument198 args.push_back("--oat-file=" + odex_location); in GenerateOdexForTest()216 const std::string& odex_location) { in GeneratePicOdexForTest() argument217 GenerateOdexForTest(dex_location, odex_location, true); in GeneratePicOdexForTest()453 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F() local457 GenerateOdexForTest(dex_location, odex_location); in TEST_F()479 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex"; in TEST_F() local483 GenerateOdexForTest(dex_location, odex_location); in TEST_F()530 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex"; in TEST_F() local538 GenerateOdexForTest(dex_location, odex_location); in TEST_F()[all …]