Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp426 unsigned long dir_index = apk_dir.rfind('/'); in run_dex2oat() local
427 bool has_base_dir = dir_index != std::string::npos; in run_dex2oat()
429 apk_dir = apk_dir.substr(0, dir_index); in run_dex2oat()