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

/frameworks/native/cmds/installd/
H A Dinstalld.h75 #define DALVIK_CACHE_PREFIX "/data/dalvik-cache/" macro
H A Dcommands.c605 dstlen = srclen + strlen(DALVIK_CACHE_PREFIX) +
614 DALVIK_CACHE_PREFIX,
619 for(tmp = path + strlen(DALVIK_CACHE_PREFIX) + strlen(instruction_set) + 1; *tmp; tmp++) {
768 DALVIK_CACHE_PREFIX "profiles", pkgname);
1099 sprintf(boot_marker_path,"%s%s/.booting", DALVIK_CACHE_PREFIX, instruction_set);
H A Dutils.c1133 const char *profile_dir = DALVIK_CACHE_PREFIX "profiles";
1167 snprintf(profile_file, sizeof(profile_file), "%s/%s", DALVIK_CACHE_PREFIX "profiles", pkgname);

Completed in 288 milliseconds