Searched defs:mount (Results 1 – 13 of 13) sorted by relevance
| /system/apex/apexd/ |
| D | apexd_vendor_apex.cpp | 38 for (const auto& mount : apex_mounts) { in HasVintfIn() local
|
| D | apexd_test_utils.h | 256 for (const auto& mount : apex_mounts) { in SetUpApexTestEnvironment() local 265 for (const auto& mount : apex_mounts) { in SetUpApexTestEnvironment() local
|
| D | apexservice_test.cpp | 668 for (const auto& mount : GetApexMounts()) { in TEST_F() local 865 for (const auto& mount : GetApexMounts()) { in TEST_F() local
|
| /system/vold/model/ |
| D | VolumeBase.cpp | 226 status_t VolumeBase::mount() { in mount() function in android::vold::VolumeBase
|
| /system/incremental_delivery/incfs/ |
| D | MountRegistry.cpp | 352 auto& mount = mountsByGroup[std::string(groupId)]; in loadFrom() local
|
| /system/core/fs_mgr/libsnapshot/ |
| D | snapshot.cpp | 266 auto mount = EnsureMetadataMounted(); in IsCancelUpdateSafe() local 4169 auto mount = EnsureMetadataMounted(); in HandleImminentDataWipe() local 4278 auto mount = EnsureMetadataMounted(); in FinishMergeInRecovery() local 4383 auto mount = EnsureMetadataMounted(); in RecoveryCreateSnapshotDevices() local
|
| D | snapshot_test.cpp | 2225 auto mount = new_sm->EnsureMetadataMounted(); in TEST_F() local
|
| /system/incremental_delivery/incfs/include/ |
| D | incfs_inline.h | 135 inline UniqueControl mount(std::string_view backingPath, std::string_view targetDir, in mount() function
|
| /system/vold/binder/android/os/ |
| D | IVold.aidl | 47 void mount(@utf8InCpp String volId, int mountFlags, int mountUserId, in mount() method
|
| /system/vold/ |
| D | VoldNativeService.cpp | 275 binder::Status VoldNativeService::mount( in mount() function in android::vold::VoldNativeService
|
| D | Utils.cpp | 1540 static std::string getBdiPathForMount(const std::string& mount) { in getBdiPathForMount()
|
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 1608 struct dentry * (*mount)(struct file_system_type *, int, const char *, void *); member 41420 struct mount { struct 41422 struct mount *mnt_parent; argument 41423 struct dentry *mnt_mountpoint; argument 41424 struct vfsmount mnt; argument 41430 struct list_head mnt_mounts; argument 41439 struct mount *mnt_master; argument 41441 struct mountpoint *mnt_mp; argument 41444 struct hlist_node mnt_umount; argument 41446 struct list_head mnt_umounting; argument [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 1040 struct dentry * (*mount)(struct file_system_type *, int, const char *, void *); member 50787 struct mount { struct 50789 struct mount *mnt_parent; argument 50790 struct dentry *mnt_mountpoint; argument 50791 struct vfsmount mnt; argument 50797 struct list_head mnt_mounts; argument 50806 struct mount *mnt_master; argument 50808 struct mountpoint *mnt_mp; argument 50811 struct hlist_node mnt_umount; argument 50813 struct list_head mnt_umounting; argument [all …]
|