Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp358 std::string dex_name; in create_current_profile_path() local
359 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name)) in create_current_profile_path()
362 dex_dir.c_str(), dex_name.c_str(), CURRENT_PROFILE_EXT.c_str(), in create_current_profile_path()
377 std::string dex_name; in create_reference_profile_path() local
378 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name)) in create_reference_profile_path()
381 dex_dir.c_str(), dex_name.c_str(), PROFILE_EXT.c_str()); in create_reference_profile_path()