Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp320 std::string dalvik_cache = GetOTADataDirectory() + "/" + DALVIK_CACHE; in PrepareBootImage() local
321 std::string isa_path = dalvik_cache + "/" + isa; in PrepareBootImage()
338 if (access(dalvik_cache.c_str(), F_OK) != 0) { in PrepareBootImage()
339 if (!CreatePath(dalvik_cache)) { in PrepareBootImage()
340 PLOG(ERROR) << "Could not create dalvik-cache dir " << dalvik_cache; in PrepareBootImage()