HomeSort by relevance Sort by last modified time
    Searched refs:GetDalvikCacheFilename (Results 1 - 7 of 7) sorted by null

  /art/runtime/
utils_test.cc 277 TEST_F(UtilsTest, GetDalvikCacheFilename) {
281 EXPECT_TRUE(GetDalvikCacheFilename("/system/app/Foo.apk", "/foo", &name, &error)) << error;
284 EXPECT_TRUE(GetDalvikCacheFilename("/data/app/foo-1.apk", "/foo", &name, &error)) << error;
287 EXPECT_TRUE(GetDalvikCacheFilename("/system/framework/core.jar", "/foo", &name, &error)) << error;
290 EXPECT_TRUE(GetDalvikCacheFilename("/system/framework/boot.art", "/foo", &name, &error)) << error;
293 EXPECT_TRUE(GetDalvikCacheFilename("/system/framework/boot.oat", "/foo", &name, &error)) << error;
dex2oat_environment_test.h 166 return GetDalvikCacheFilename(image_location.c_str(), cache.c_str(), image, error_msg);
utils.h 170 bool GetDalvikCacheFilename(const char* file_location, const char* cache_location,
utils.cc 826 bool GetDalvikCacheFilename(const char* location, const char* cache_location,
oat_file_assistant.cc 794 // GetDalvikCacheFilename.
795 return GetDalvikCacheFilename(location.c_str(), cache_dir.c_str(), oat_filename, error_msg);
    [all...]
  /art/cmdline/
cmdline.h 69 if (GetDalvikCacheFilename(location.c_str(), dalvik_cache.c_str(),
  /art/runtime/gc/space/
image_space.cc 191 if (!GetDalvikCacheFilename(image_location,
    [all...]

Completed in 219 milliseconds