Lines Matching refs:StringPrintf

49 using android::base::StringPrintf;
85 auto resolved = StringPrintf("%s/%s", root_path.c_str(), ent->d_name); in resolve_ce_path_by_inode_or_fallback()
110 return StringPrintf("%s/%s", in create_data_app_package_path()
122 return StringPrintf("%s/%s", in create_data_user_ce_package_path()
137 return StringPrintf("%s/user/%u/%s", data.c_str(), userid, package_name); in create_data_user_ce_package_path_as_user_link()
152 return StringPrintf("%s/%s", in create_data_user_de_package_path()
164 return StringPrintf("/mnt/expand/%s", volume_uuid); in create_data_path()
172 return StringPrintf("%s/app", create_data_path(volume_uuid).c_str()); in create_data_app_path()
182 std::string legacy = StringPrintf("%s/data", data.c_str()); in create_data_user_ce_path()
189 return StringPrintf("%s/user/%u", data.c_str(), userid); in create_data_user_ce_path()
197 return StringPrintf("%s/user_de/%u", data.c_str(), userid); in create_data_user_de_path()
201 return StringPrintf("%s/misc_ce/%u/rollback", create_data_path(volume_uuid).c_str(), user); in create_data_misc_ce_rollback_base_path()
205 return StringPrintf("%s/misc_de/%u/rollback", create_data_path(volume_uuid).c_str(), user); in create_data_misc_de_rollback_base_path()
210 return StringPrintf("%s/%d", create_data_misc_ce_rollback_base_path(volume_uuid, user).c_str(), in create_data_misc_ce_rollback_path()
216 return StringPrintf("%s/%d", create_data_misc_de_rollback_base_path(volume_uuid, user).c_str(), in create_data_misc_de_rollback_path()
222 return StringPrintf("%s/%s", in create_data_misc_ce_rollback_package_path()
236 return StringPrintf("%s/%s", in create_data_misc_de_rollback_package_path()
244 return StringPrintf("%s/media/%u", create_data_path(volume_uuid).c_str(), userid); in create_data_media_path()
249 return StringPrintf("%s/Android/%s/%s", create_data_media_path(volume_uuid, userid).c_str(), in create_data_media_package_path()
254 return StringPrintf("%s/misc/user/%u", create_data_path(nullptr).c_str(), userid); in create_data_misc_legacy_path()
258 return StringPrintf("%s/cur/%u", android_profiles_dir.c_str(), userid); in create_primary_cur_profile_dir_path()
264 return StringPrintf("%s/%s", in create_primary_current_profile_package_dir_path()
269 return StringPrintf("%s/ref", android_profiles_dir.c_str()); in create_primary_ref_profile_dir_path()
274 return StringPrintf("%s/ref/%s", android_profiles_dir.c_str(), package_name.c_str()); in create_primary_reference_profile_package_dir_path()
312 return StringPrintf("%s/oat/%s%s%s", in create_current_profile_path()
319 return StringPrintf("%s/%s", profile_dir.c_str(), location.c_str()); in create_current_profile_path()
331 return StringPrintf("%s/oat/%s%s", in create_reference_profile_path()
336 return StringPrintf("%s/%s", profile_dir.c_str(), location.c_str()); in create_reference_profile_path()
747 auto path = StringPrintf("%s/%s", parent.c_str(), name); in write_path_inode()
782 auto fallback = StringPrintf("%s/%s", parent.c_str(), name); in read_path_inode()
801 auto resolved = StringPrintf("%s/%s", parent.c_str(), ent->d_name); in read_path_inode()
998 auto path = StringPrintf("%s/%s", parent.c_str(), name); in prepare_app_cache_dir()