Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp120 std::string create_data_user_ce_package_path(const char* volume_uuid, in create_data_user_ce_package_path()
135 const char* volume_uuid, userid_t userid, const char* package_name) { in create_data_user_ce_package_path_as_user_link()
141 std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, in create_data_user_ce_package_path()
150 std::string create_data_user_de_package_path(const char* volume_uuid, in create_data_user_de_package_path()
157 std::string create_data_path(const char* volume_uuid) { in create_data_path()
172 std::string create_data_app_path(const char* volume_uuid) { in create_data_app_path()
180 std::string create_data_user_ce_path(const char* volume_uuid, userid_t userid) { in create_data_user_ce_path()
196 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid) { in create_data_user_de_path()
218 std::string create_data_misc_sdk_sandbox_package_path(const char* volume_uuid, bool isCeData, in create_data_misc_sdk_sandbox_package_path()
230 std::string create_data_misc_sdk_sandbox_sdk_path(const char* volume_uuid, bool isCeData, in create_data_misc_sdk_sandbox_sdk_path()
[all …]
Dotapreopt_parameters.h43 const char* volume_uuid; variable
Ddexopt.cpp1634 const char* pkgname, int dexopt_flags, const char* volume_uuid, int uid, in process_secondary_dex_dexopt()
1789 const char* volume_uuid, const char* class_loader_context, const char* se_info, in dexopt()
2098 const std::optional<std::string>& volume_uuid, int storage_flag, in reconcile_secondary_dex_file()
2223 const std::optional<std::string>& volume_uuid, int storage_flag, in hash_secondary_dex_file()
DInstalldNativeService.cpp1591 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in snapshotAppData() local
1726 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in restoreAppDataSnapshot() local
1799 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in destroyAppDataSnapshot() local
1832 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in destroyCeSnapshotsNotSpecified() local
3296 const char* volume_uuid = getCStr(uuid); in dexopt() local
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl103 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid, in reconcileSecondaryDexFile()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp1156 std::string_view volume_uuid, long long ce_data_inode, std::string_view actualCePath, in isolateAppDataPerPackage()