Home
last modified time | relevance | path

Searched defs:volume_uuid (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.cpp110 std::string create_data_user_ce_package_path(const char* volume_uuid, in create_data_user_ce_package_path()
125 const char* volume_uuid, userid_t userid, const char* package_name) { in create_data_user_ce_package_path_as_user_link()
131 std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, in create_data_user_ce_package_path()
140 std::string create_data_user_de_package_path(const char* volume_uuid, in create_data_user_de_package_path()
147 std::string create_data_path(const char* volume_uuid) { in create_data_path()
162 std::string create_data_app_path(const char* volume_uuid) { in create_data_app_path()
170 std::string create_data_user_ce_path(const char* volume_uuid, userid_t userid) { in create_data_user_ce_path()
186 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid) { in create_data_user_de_path()
191 std::string create_data_misc_ce_rollback_base_path(const char* volume_uuid, userid_t user) { in create_data_misc_ce_rollback_base_path()
195 std::string create_data_misc_de_rollback_base_path(const char* volume_uuid, userid_t user) { in create_data_misc_de_rollback_base_path()
[all …]
Dotapreopt_parameters.h43 const char* volume_uuid; variable
Ddexopt.cpp1536 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt()
1675 const char* volume_uuid, const char* class_loader_context, const char* se_info, in dexopt()
1934 const std::optional<std::string>& volume_uuid, int storage_flag, in reconcile_secondary_dex_file()
2059 const std::optional<std::string>& volume_uuid, int storage_flag, in hash_secondary_dex_file()
DInstalldNativeService.cpp921 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in snapshotAppData() local
1051 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in restoreAppDataSnapshot() local
1123 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in destroyAppDataSnapshot() local
1154 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in destroyCeSnapshotsNotSpecified() local
2425 const char* volume_uuid = getCStr(uuid); in dexopt() local
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl101 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid, in reconcileSecondaryDexFile()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp1142 std::string_view volume_uuid, long long ce_data_inode, std::string_view actualCePath, in isolateAppDataPerPackage()