Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h49 std::string create_data_path(const char* volume_uuid);
51 std::string create_data_app_path(const char* volume_uuid);
52 std::string create_data_app_package_path(const char* volume_uuid, const char* package_name);
54 std::string create_data_user_ce_path(const char* volume_uuid, userid_t userid);
55 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid);
57 std::string create_data_user_ce_package_path(const char* volume_uuid,
59 std::string create_data_user_ce_package_path(const char* volume_uuid,
61 std::string create_data_user_de_package_path(const char* volume_uuid,
64 const char* volume_uuid, userid_t userid, const char* package_name);
66 std::string create_data_media_path(const char* volume_uuid, userid_t userid);
[all …]
Dutils.cpp75 std::string create_data_app_package_path(const char* volume_uuid, in create_data_app_package_path() argument
79 create_data_app_path(volume_uuid).c_str(), package_name); in create_data_app_package_path()
87 std::string create_data_user_ce_package_path(const char* volume_uuid, in create_data_user_ce_package_path() argument
91 create_data_user_ce_path(volume_uuid, user).c_str(), package_name); in create_data_user_ce_package_path()
102 const char* volume_uuid, userid_t userid, const char* package_name) { in create_data_user_ce_package_path_as_user_link() argument
104 std::string data(create_data_path(volume_uuid)); in create_data_user_ce_package_path_as_user_link()
108 std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, in create_data_user_ce_package_path() argument
112 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name); in create_data_user_ce_package_path()
114 auto user_path = create_data_user_ce_path(volume_uuid, user); in create_data_user_ce_package_path()
143 std::string create_data_user_de_package_path(const char* volume_uuid, in create_data_user_de_package_path() argument
[all …]
Ddexopt.h102 const std::string& pkgname, int uid, const std::unique_ptr<std::string>& volume_uuid,
107 const char* volume_uuid, const char* class_loader_context, const char* se_info,
Dotapreopt_parameters.h43 const char* volume_uuid; variable
Dotapreopt_parameters.cpp217 volume_uuid = ParseNull(param); in ReadArgumentsV1()
324 volume_uuid = ParseNull(param); in ReadArgumentsPostV1()
Ddexopt.cpp1825 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt() argument
1852 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt()
1953 const char* volume_uuid, const char* class_loader_context, const char* se_info, in dexopt() argument
1987 if (process_secondary_dex_dexopt(dex_path, pkgname, dexopt_flags, volume_uuid, uid, in dexopt()
2167 const std::unique_ptr<std::string>& volume_uuid, int storage_flag, in reconcile_secondary_dex_file() argument
2188 const char* volume_uuid_cstr = volume_uuid == nullptr ? nullptr : volume_uuid->c_str(); in reconcile_secondary_dex_file()
2289 const std::unique_ptr<std::string>& volume_uuid, int storage_flag, in hash_secondary_dex_file() argument
2293 const char* volume_uuid_cstr = volume_uuid == nullptr ? nullptr : volume_uuid->c_str(); in hash_secondary_dex_file()
Dotapreopt.cpp583 parameters_.volume_uuid, in Dexopt()
DInstalldNativeService.cpp1969 const char* volume_uuid = getCStr(uuid); in dexopt() local
1977 oat_dir, dexFlags, compiler_filter, volume_uuid, class_loader_context, se_info, 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.aidl93 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid, in reconcileSecondaryDexFile() argument