HomeSort by relevance Sort by last modified time
    Searched full:system_location_path (Results 1 - 1 of 1) sorted by null

  /art/runtime/dex/
art_dex_file_loader_test.cc 345 std::string system_location_path = GetAndroidRoot() + "/foo.jar"; local
346 ASSERT_FALSE(LocationIsOnSystemFramework(system_location_path.c_str()));
348 Copy(GetTestDexFileName("Main"), system_location_path);
353 bool success = loader.Open(system_location_path.c_str(),
354 system_location_path,
368 ASSERT_EQ(0, remove(system_location_path.c_str()));

Completed in 337 milliseconds