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

/frameworks/native/cmds/installd/
H A Dotapreopt.cpp560 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;

Completed in 261 milliseconds