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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1419 std::string dex_dir = dex_path.substr(0, dirIndex); local
1423 if (prepare_app_cache_dir(dex_dir, "oat", oat_dir_mode, uid, uid) != 0) {
1429 snprintf(oat_dir, PKG_PATH_MAX, "%s/oat", dex_dir.c_str());
H A Dutils.cpp266 std::string dex_dir; local
268 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name))
271 dex_dir.c_str(), dex_name.c_str(), CURRENT_PROFILE_EXT.c_str(),
283 std::string dex_dir; local
285 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name))
288 dex_dir.c_str(), dex_name.c_str(), PROFILE_EXT.c_str());

Completed in 160 milliseconds