Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp311 std::string dex_dir; in create_current_profile_path() local
313 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name)) in create_current_profile_path()
316 dex_dir.c_str(), dex_name.c_str(), CURRENT_PROFILE_EXT.c_str(), in create_current_profile_path()
330 std::string dex_dir; in create_reference_profile_path() local
332 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name)) in create_reference_profile_path()
335 dex_dir.c_str(), dex_name.c_str(), PROFILE_EXT.c_str()); in create_reference_profile_path()
Ddexopt.cpp1687 std::string dex_dir = dex_path.substr(0, dirIndex); in prepare_secondary_dex_oat_dir() local
1691 if (prepare_app_cache_dir(dex_dir, "oat", oat_dir_mode, uid, uid) != 0) { in prepare_secondary_dex_oat_dir()
1697 snprintf(oat_dir, PKG_PATH_MAX, "%s/oat", dex_dir.c_str()); in prepare_secondary_dex_oat_dir()