/system/incremental_delivery/incfs/include/ |
D | MountRegistry.h | 59 struct Mount final { 60 Mount(std::vector<Root>::const_iterator base) : mBase(base) {} in Mount() function 72 using value_type = Mount; 73 value_type operator*() const { return Mount(*this); }
|
/system/vold/fs/ |
D | F2fs.h | 31 status_t Mount(const std::string& source, const std::string& target);
|
D | Exfat.h | 31 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid,
|
D | Vfat.h | 31 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount,
|
D | Ext4.h | 31 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount,
|
D | Exfat.cpp | 58 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in Mount() function
|
D | F2fs.cpp | 55 status_t Mount(const std::string& source, const std::string& target) { in Mount() function
|
D | Vfat.cpp | 113 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount() function
|
D | Ext4.cpp | 126 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount() function
|
/system/vold/ |
D | AppFuseUtil.cpp | 51 static android::status_t Mount(int device_fd, const std::string& path) { in Mount() function 81 return Mount(device_fd, path); in RunCommand()
|
/system/vold/model/ |
D | PrivateVolume.cpp | 143 if (ext4::Mount(mDmDevPath, mPath, false, false, true)) { in doMount() 157 if (f2fs::Mount(mDmDevPath, mPath)) { in doMount()
|
D | ObbVolume.cpp | 101 if (android::vold::vfat::Mount(mMountPath, path, true, false, true, in doMount()
|
D | PublicVolume.cpp | 144 if (vfat::Mount(mDevPath, mRawPath, false, false, false, AID_ROOT, in doMount() 150 if (exfat::Mount(mDevPath, mRawPath, AID_ROOT, in doMount()
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | fastbootd.te | 42 # Mount /metadata to interact with Virtual A/B snapshots.
|
/system/sepolicy/private/ |
D | fastbootd.te | 42 # Mount /metadata to interact with Virtual A/B snapshots.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | file.te | 290 # Mount locations managed by vold 300 # Mount location for read-write vendor partitions. 303 # Mount location for read-write product partitions. 306 # Mount point used for APEX images 309 # /postinstall: Mount point used by update_engine to run postinstall. 313 # /postinstall/apex: Mount point used for APEX images within /postinstall.
|
D | init.te | 81 # Mount bpf fs on sys/fs/bpf 84 # Mount on /dev/usb-ffs/adb. 87 # Mount tmpfs on /apex 93 # Mount debugfs on /sys/kernel/debug.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | file.te | 322 # Mount locations managed by vold 334 # Mount location for read-write vendor partitions. 337 # Mount location for read-write product partitions. 340 # Mount point used for APEX images 343 # /postinstall: Mount point used by update_engine to run postinstall. 347 # /postinstall/apex: Mount point used for APEX images within /postinstall.
|
D | init.te | 101 # Mount bpf fs on sys/fs/bpf 104 # Mount on /dev/usb-ffs/adb. 107 # Mount tmpfs on /apex 116 # Mount debugfs on /sys/kernel/debug.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | file.te | 358 # Mount locations managed by vold 370 # Mount location for read-write vendor partitions. 373 # Mount location for read-write product partitions. 376 # Mount point used for APEX images 382 # /postinstall: Mount point used by update_engine to run postinstall. 386 # /postinstall/apex: Mount point used for APEX images within /postinstall.
|
D | init.te | 107 # Mount bpf fs on sys/fs/bpf 110 # Mount on /dev/usb-ffs/adb. 113 # Mount tmpfs on /apex 122 # Mount debugfs on /sys/kernel/debug.
|
/system/sepolicy/public/ |
D | file.te | 358 # Mount locations managed by vold 370 # Mount location for read-write vendor partitions. 373 # Mount location for read-write product partitions. 376 # Mount point used for APEX images 382 # /postinstall: Mount point used by update_engine to run postinstall. 386 # /postinstall/apex: Mount point used for APEX images within /postinstall.
|
D | init.te | 107 # Mount bpf fs on sys/fs/bpf 110 # Mount on /dev/usb-ffs/adb. 113 # Mount tmpfs on /apex 122 # Mount debugfs on /sys/kernel/debug.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | file.te | 220 # Mount locations managed by vold 230 # Mount location for read-write vendor partitions. 233 # /postinstall: Mount point used by update_engine to run postinstall.
|
D | kernel.te | 26 # Mount usbfs.
|