Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp267 std::string dex_name; 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()
286 std::string dex_name; 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()