Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dinstalld_constants.h30 #define DALVIK_CACHE "dalvik-cache" macro
Dotapreopt.cpp322 std::string dalvik_cache = GetOTADataDirectory() + "/" + DALVIK_CACHE; in EnsureBootImageAndDalvikCache()
696 DALVIK_CACHE, in create_cache_path()
Ddexopt.cpp2766 std::string res_ = android_data_dir + DALVIK_CACHE + '/' + instruction_set_ + src_ in create_cache_path_default()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp547 return android_data_dir + DALVIK_CACHE + '/' + kRuntimeIsa + "/" + path in GetPrimaryDexArtifact()