Home
last modified time | relevance | path

Searched refs:Mount (Results 1 – 25 of 52) sorted by relevance

123

/system/incremental_delivery/incfs/include/
DMountRegistry.h59 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/
DF2fs.h31 status_t Mount(const std::string& source, const std::string& target);
DExfat.h31 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid,
DVfat.h31 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount,
DExt4.h31 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount,
DExfat.cpp58 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in Mount() function
DF2fs.cpp55 status_t Mount(const std::string& source, const std::string& target) { in Mount() function
DVfat.cpp113 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount() function
DExt4.cpp126 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount() function
/system/vold/
DAppFuseUtil.cpp51 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/
DPrivateVolume.cpp143 if (ext4::Mount(mDmDevPath, mPath, false, false, true)) { in doMount()
157 if (f2fs::Mount(mDmDevPath, mPath)) { in doMount()
DObbVolume.cpp101 if (android::vold::vfat::Mount(mMountPath, path, true, false, true, in doMount()
DPublicVolume.cpp144 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/
Dfastbootd.te42 # Mount /metadata to interact with Virtual A/B snapshots.
/system/sepolicy/private/
Dfastbootd.te42 # Mount /metadata to interact with Virtual A/B snapshots.
/system/sepolicy/prebuilts/api/29.0/public/
Dfile.te290 # 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.
Dinit.te81 # 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/
Dfile.te322 # 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.
Dinit.te101 # 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/
Dfile.te358 # 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.
Dinit.te107 # 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/
Dfile.te358 # 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.
Dinit.te107 # 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/
Dfile.te220 # Mount locations managed by vold
230 # Mount location for read-write vendor partitions.
233 # /postinstall: Mount point used by update_engine to run postinstall.
Dkernel.te26 # Mount usbfs.

123