Searched defs:dex_dir (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
H A Dutils.cpp261 std::string dex_dir = location.substr(0, dirIndex); local
264 dex_dir.c_str(), dex_name.c_str(), PROFILE_EXT.c_str());
H A Ddexopt.cpp1333 std::string dex_dir = dex_path.substr(0, dirIndex); local
1337 if (prepare_app_cache_dir(dex_dir, "oat", oat_dir_mode, uid, uid) != 0) {
1343 snprintf(oat_dir, PKG_PATH_MAX, "%s/oat", dex_dir.c_str());

Completed in 62 milliseconds