Searched defs:volume_uuid (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/cmds/installd/ |
H A D | utils.cpp | 110 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() 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() 211 std::string create_data_misc_ce_rollback_package_path(const char* volume_uuid, in create_data_misc_ce_rollback_package_path() 217 std::string create_data_misc_ce_rollback_package_path(const char* volume_uuid, in create_data_misc_ce_rollback_package_path() 225 std::string create_data_misc_de_rollback_package_path(const char* volume_uuid, in create_data_misc_de_rollback_package_path() 234 std::string create_data_media_path(const char* volume_uuid, userid_t userid) { in create_data_media_path() 347 std::vector<userid_t> get_known_users(const char* volume_uuid) { in get_known_users() [all …]
|
H A D | otapreopt_parameters.h | 43 const char* volume_uuid; variable
|
H A D | dexopt.cpp | 1536 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()
|
H A D | InstalldNativeService.cpp | 921 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 2438 const char* volume_uuid = getCStr(uuid); in dexopt() local
|
/aosp12/system/vold/ |
H A D | FsCrypt.cpp | 638 static std::string volkey_path(const std::string& misc_path, const std::string& volume_uuid) { in volkey_path() 642 static std::string volume_secdiscardable_path(const std::string& volume_uuid) { in volume_secdiscardable_path() 646 static bool read_or_create_volkey(const std::string& misc_path, const std::string& volume_uuid, in read_or_create_volkey() 671 static bool destroy_volkey(const std::string& misc_path, const std::string& volume_uuid) { in destroy_volkey() 789 static bool prepare_subdirs(const std::string& action, const std::string& volume_uuid, in prepare_subdirs() 800 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial, in fscrypt_prepare_user_storage() 899 bool fscrypt_destroy_user_storage(const std::string& volume_uuid, userid_t user_id, int flags) { in fscrypt_destroy_user_storage() 959 static bool destroy_volume_keys(const std::string& directory_path, const std::string& volume_uuid) { in destroy_volume_keys() 986 bool fscrypt_destroy_volume_keys(const std::string& volume_uuid) { in fscrypt_destroy_volume_keys()
|
H A D | vold_prepare_subdirs.cpp | 166 static bool prepare_subdirs(const std::string& volume_uuid, int user_id, int flags) { in prepare_subdirs() 234 static bool destroy_subdirs(const std::string& volume_uuid, int user_id, int flags) { in destroy_subdirs() 264 auto volume_uuid = args[1]; in main() local
|
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 101 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid, in reconcileSecondaryDexFile()
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 1142 std::string_view volume_uuid, long long ce_data_inode, std::string_view actualCePath, in isolateAppDataPerPackage()
|