Searched refs:filebase (Results 1 – 1 of 1) sorted by relevance
1544 std::string filebase = "OatFileAssistantTestSystemFrameworkDir"; in TEST_F() local1545 std::string dex_location = GetAndroidRoot() + "/framework/" + filebase + ".jar"; in TEST_F()1552 std::string oat_location = odex_dir + "/" + filebase + ".odex"; in TEST_F()1553 std::string vdex_location = odex_dir + "/" + filebase + ".vdex"; in TEST_F()1554 std::string art_location = odex_dir + "/" + filebase + ".art"; in TEST_F()1592 args.push_back("--dex-location=" + filebase + ".jar"); in TEST_F()