Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp529 unsigned long dir_index = apk_dir.rfind('/'); in RunDex2Oat() local
530 bool has_base_dir = dir_index != std::string::npos; in RunDex2Oat()
532 apk_dir = apk_dir.substr(0, dir_index); in RunDex2Oat()