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

/art/runtime/
H A Doat_file_assistant_test.cc1520 std::string system_location = GetAndroidRoot() + "/OatUpToDate.jar"; local
1547 Copy(GetDexSrc1(), system_location); local
1548 EXPECT_TRUE(LocationIsOnSystem(system_location.c_str()));
1551 OatFileAssistant oat_file_assistant(system_location.c_str(),
1561 OatFileAssistant oat_file_assistant(system_location.c_str(),

Completed in 52 milliseconds