Home
last modified time | relevance | path

Searched refs:DALVIK_CACHE_PREFIX (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.cpp643 dstlen = srclen + strlen(DALVIK_CACHE_PREFIX) + in create_cache_path()
652 DALVIK_CACHE_PREFIX, in create_cache_path()
657 for(tmp = path + strlen(DALVIK_CACHE_PREFIX) + strlen(instruction_set) + 1; *tmp; tmp++) { in create_cache_path()
848 DALVIK_CACHE_PREFIX "profiles", pkgname); in run_dex2oat()
1266 sprintf(boot_marker_path,"%s%s/.booting", DALVIK_CACHE_PREFIX, instruction_set); in mark_boot_complete()
Dinstalld.h77 #define DALVIK_CACHE_PREFIX "/data/dalvik-cache/" macro
Dutils.cpp1148 const char *profile_dir = DALVIK_CACHE_PREFIX "profiles"; in create_profile_file()
1182 snprintf(profile_file, sizeof(profile_file), "%s/%s", DALVIK_CACHE_PREFIX "profiles", pkgname); in remove_profile_file()