Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h47 std::string create_data_path(const char* volume_uuid);
49 std::string create_data_app_path(const char* volume_uuid);
50 std::string create_data_app_package_path(const char* volume_uuid, const char* package_name);
52 std::string create_data_user_ce_path(const char* volume_uuid, userid_t userid);
53 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid);
55 std::string create_data_user_ce_package_path(const char* volume_uuid,
57 std::string create_data_user_ce_package_path(const char* volume_uuid,
59 std::string create_data_user_de_package_path(const char* volume_uuid,
62 const char* volume_uuid, userid_t userid, const char* package_name);
64 std::string create_data_misc_ce_rollback_base_path(const char* volume_uuid, userid_t user);
[all …]
Dutils.cpp110 std::string create_data_app_package_path(const char* volume_uuid, in create_data_app_package_path() argument
114 create_data_app_path(volume_uuid).c_str(), package_name); in create_data_app_package_path()
122 std::string create_data_user_ce_package_path(const char* volume_uuid, in create_data_user_ce_package_path() argument
126 create_data_user_ce_path(volume_uuid, user).c_str(), package_name); in create_data_user_ce_package_path()
137 const char* volume_uuid, userid_t userid, const char* package_name) { in create_data_user_ce_package_path_as_user_link() argument
139 std::string data(create_data_path(volume_uuid)); in create_data_user_ce_package_path_as_user_link()
143 std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, in create_data_user_ce_package_path() argument
147 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name); in create_data_user_ce_package_path()
148 auto user_path = create_data_user_ce_path(volume_uuid, user); in create_data_user_ce_package_path()
152 std::string create_data_user_de_package_path(const char* volume_uuid, in create_data_user_de_package_path() argument
[all …]
Ddexopt.h115 const std::string& pkgname, int uid, const std::optional<std::string>& volume_uuid,
120 const char* volume_uuid, const char* class_loader_context, const char* se_info,
DInstalldNativeService.cpp901 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in snapshotAppData() local
912 auto deleter = [&clear_ce_on_exit, &clear_de_on_exit, &volume_uuid, &user, &package_name, in snapshotAppData()
915 auto to = create_data_misc_de_rollback_package_path(volume_uuid, user, snapshotId, in snapshotAppData()
923 auto to = create_data_misc_ce_rollback_package_path(volume_uuid, user, snapshotId, in snapshotAppData()
934 auto from_ce = create_data_user_ce_package_path(volume_uuid, user, package_name); in snapshotAppData()
959 auto from = create_data_user_de_package_path(volume_uuid, user, package_name); in snapshotAppData()
960 auto to = create_data_misc_de_rollback_path(volume_uuid, user, snapshotId); in snapshotAppData()
961 auto rollback_package_path = create_data_misc_de_rollback_package_path(volume_uuid, user, in snapshotAppData()
983 auto from = create_data_user_ce_package_path(volume_uuid, user, package_name); in snapshotAppData()
984 auto to = create_data_misc_ce_rollback_path(volume_uuid, user, snapshotId); in snapshotAppData()
[all …]
Dotapreopt_parameters.cpp219 volume_uuid = ParseNull(param); in ReadArgumentsV1()
328 volume_uuid = ParseNull(param); in ReadArgumentsPostV1()
Dotapreopt_parameters.h43 const char* volume_uuid; variable
Ddexopt.cpp1953 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt() argument
1980 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt()
2090 const char* volume_uuid, const char* class_loader_context, const char* se_info, in dexopt() argument
2131 if (process_secondary_dex_dexopt(dex_path, pkgname, dexopt_flags, volume_uuid, uid, in dexopt()
2328 const std::optional<std::string>& volume_uuid, int storage_flag, in reconcile_secondary_dex_file() argument
2349 const char* volume_uuid_cstr = volume_uuid ? volume_uuid->c_str() : nullptr; in reconcile_secondary_dex_file()
2450 const std::optional<std::string>& volume_uuid, int storage_flag, in hash_secondary_dex_file() argument
2454 const char* volume_uuid_cstr = volume_uuid ? volume_uuid->c_str() : nullptr; in hash_secondary_dex_file()
Dotapreopt.cpp487 parameters_.volume_uuid, in Dexopt()
/frameworks/native/cmds/installd/tests/
Dinstalld_otapreopt_test.cpp67 ASSERT_STREQ(params.volume_uuid, ParseNull(args[i++])); in verifyPackageParameters()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl97 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid, in reconcileSecondaryDexFile() argument