Searched defs:odex_location (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file_assistant_test.cc190 const std::string& odex_location,
198 args.push_back("--oat-file=" + odex_location);
216 const std::string& odex_location) {
217 GenerateOdexForTest(dex_location, odex_location, true);
453 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; local
457 GenerateOdexForTest(dex_location, odex_location);
479 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex"; local
483 GenerateOdexForTest(dex_location, odex_location);
530 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex"; local
538 GenerateOdexForTest(dex_location, odex_location);
189 GenerateOdexForTest(const std::string& dex_location, const std::string& odex_location, bool pic = false) argument
215 GeneratePicOdexForTest(const std::string& dex_location, const std::string& odex_location) argument
680 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; local
732 std::string odex_location = GetOdexDir() + "/DexPicOdexNoOat.odex"; local
985 std::string odex_location = GetOdexDir() + "/LoadDexOdexNoOat.odex"; local
1007 std::string odex_location = GetOdexDir() + "/LoadMultiDexOdexNoOat.odex"; local
[all...]

Completed in 135 milliseconds