Searched refs:dex_dir (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/ |
D | utils.cpp | 266 std::string dex_dir; in create_current_profile_path() local 268 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name)) in create_current_profile_path() 271 dex_dir.c_str(), dex_name.c_str(), CURRENT_PROFILE_EXT.c_str(), in create_current_profile_path() 285 std::string dex_dir; in create_reference_profile_path() local 287 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name)) in create_reference_profile_path() 290 dex_dir.c_str(), dex_name.c_str(), PROFILE_EXT.c_str()); in create_reference_profile_path()
|
D | dexopt.cpp | 1645 std::string dex_dir = dex_path.substr(0, dirIndex); in prepare_secondary_dex_oat_dir() local 1649 if (prepare_app_cache_dir(dex_dir, "oat", oat_dir_mode, uid, uid) != 0) { in prepare_secondary_dex_oat_dir() 1655 snprintf(oat_dir, PKG_PATH_MAX, "%s/oat", dex_dir.c_str()); in prepare_secondary_dex_oat_dir()
|