Home
last modified time | relevance | path

Searched refs:filebase (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Doat_file_assistant_test.cc1383 std::string filebase = "OatFileAssistantTestSystemFrameworkDir"; in TEST_F() local
1384 std::string dex_location = GetAndroidRoot() + "/framework/" + filebase + ".jar"; in TEST_F()
1391 std::string oat_location = odex_dir + "/" + filebase + ".odex"; in TEST_F()
1392 std::string art_location = odex_dir + "/" + filebase + ".art"; in TEST_F()
1428 args.push_back("--dex-location=" + filebase + ".jar"); in TEST_F()