Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils_test.cc29 TEST_F(FileUtilsTest, GetDalvikCacheFilename) { in TEST_F() argument
33 EXPECT_TRUE(GetDalvikCacheFilename("/system/app/Foo.apk", "/foo", &name, &error)) << error; in TEST_F()
36 EXPECT_TRUE(GetDalvikCacheFilename("/data/app/foo-1.apk", "/foo", &name, &error)) << error; in TEST_F()
39 EXPECT_TRUE(GetDalvikCacheFilename("/system/framework/core.jar", "/foo", &name, &error)) << error; in TEST_F()
42 EXPECT_TRUE(GetDalvikCacheFilename("/system/framework/boot.art", "/foo", &name, &error)) << error; in TEST_F()
45 EXPECT_TRUE(GetDalvikCacheFilename("/system/framework/boot.oat", "/foo", &name, &error)) << error; in TEST_F()
Dfile_utils.h67 bool GetDalvikCacheFilename(const char* file_location, const char* cache_location,
Dfile_utils.cc264 bool GetDalvikCacheFilename(const char* location, const char* cache_location, in GetDalvikCacheFilename() function
/art/cmdline/
Dcmdline.h72 if (GetDalvikCacheFilename(location.c_str(), dalvik_cache.c_str(), in LocationToFilename()
/art/runtime/
Doat_file_assistant.cc560 return GetDalvikCacheFilename(location.c_str(), cache_dir.c_str(), oat_filename, error_msg); in DexLocationToOatFilename()
/art/runtime/gc/space/
Dimage_space.cc222 if (!GetDalvikCacheFilename(image_location, in FindImageFilenameImpl()