Home
last modified time | relevance | path

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

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