Searched refs:dex_name (Results 1 – 1 of 1) sorted by relevance
358 std::string dex_name; in create_current_profile_path() local359 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() local378 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()