Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc1387 std::string odex_dir = GetAndroidRoot() + "/framework/oat/"; in TEST_F() local
1388 mkdir(odex_dir.c_str(), 0700); in TEST_F()
1389 odex_dir = odex_dir + std::string(GetInstructionSetString(kRuntimeISA)); in TEST_F()
1390 mkdir(odex_dir.c_str(), 0700); 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()