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

  /frameworks/native/cmds/installd/
installd_constants.h 30 #define DALVIK_CACHE "dalvik-cache"
installd.cpp 134 strlen(DALVIK_CACHE) +
146 DALVIK_CACHE,
153 strlen(DALVIK_CACHE) +
otapreopt.cpp 560 std::string dalvik_cache = GetOTADataDirectory() + "/" + DALVIK_CACHE; local
561 std::string isa_path = dalvik_cache + "/" + isa;
578 if (access(dalvik_cache.c_str(), F_OK) != 0) {
579 if (!CreatePath(dalvik_cache)) {
580 PLOG(ERROR) << "Could not create dalvik-cache dir " << dalvik_cache;
    [all...]
InstalldNativeService.cpp     [all...]

Completed in 72 milliseconds