/system/core/fs_mgr/ |
D | fs_mgr_roots.cpp | 110 auto mounted = GetMountState(mount_point); in TryPathMount() local 111 if (mounted == MountState::ERROR) { in TryPathMount() 114 if (mounted == MountState::MOUNTED) { in TryPathMount() 174 auto mounted = GetMountState(rec->mount_point); in EnsurePathUnmounted() local 175 if (mounted == MountState::ERROR) { in EnsurePathUnmounted() 178 if (mounted == MountState::NOT_MOUNTED) { in EnsurePathUnmounted()
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | fsck_untrusted.te | 18 # must first determine if the filesystem is mounted. To do that, 19 # e2fsck scans through /proc/mounts and collects all the mounted 23 # is currently mounted and running fsck is dangerous.
|
D | fsck.te | 33 # must first determine if the filesystem is mounted. To do that, 34 # e2fsck scans through /proc/mounts and collects all the mounted 38 # is currently mounted and running fsck is dangerous.
|
D | device.te | 75 # System block device mounted on /system. 87 # Userdata block device mounted on /data. 91 # Cache block device mounted on /cache.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | fsck_untrusted.te | 18 # must first determine if the filesystem is mounted. To do that, 19 # e2fsck scans through /proc/mounts and collects all the mounted 23 # is currently mounted and running fsck is dangerous.
|
D | fsck.te | 33 # must first determine if the filesystem is mounted. To do that, 34 # e2fsck scans through /proc/mounts and collects all the mounted 38 # is currently mounted and running fsck is dangerous.
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | fsck_untrusted.te | 18 # must first determine if the filesystem is mounted. To do that, 19 # e2fsck scans through /proc/mounts and collects all the mounted 23 # is currently mounted and running fsck is dangerous.
|
D | fsck.te | 25 # checked filesystem is currently mounted. 38 # must first determine if the filesystem is mounted. To do that, 39 # e2fsck scans through /proc/mounts and collects all the mounted 43 # is currently mounted and running fsck is dangerous.
|
D | device.te | 81 # System block device mounted on /system. 93 # Userdata block device mounted on /data. 97 # Cache block device mounted on /cache. 104 # Metadata block device mounted on /metadata, used for encryption metadata and
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | fsck_untrusted.te | 18 # must first determine if the filesystem is mounted. To do that, 19 # e2fsck scans through /proc/mounts and collects all the mounted 23 # is currently mounted and running fsck is dangerous.
|
D | fsck.te | 33 # must first determine if the filesystem is mounted. To do that, 34 # e2fsck scans through /proc/mounts and collects all the mounted 38 # is currently mounted and running fsck is dangerous.
|
D | device.te | 73 # System block device mounted on /system. 85 # Userdata block device mounted on /data. 89 # Cache block device mounted on /cache.
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | fsck_untrusted.te | 18 # must first determine if the filesystem is mounted. To do that, 19 # e2fsck scans through /proc/mounts and collects all the mounted 23 # is currently mounted and running fsck is dangerous.
|
D | fsck.te | 33 # must first determine if the filesystem is mounted. To do that, 34 # e2fsck scans through /proc/mounts and collects all the mounted 38 # is currently mounted and running fsck is dangerous.
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | fsck.te | 26 # checked filesystem is currently mounted. 40 # must first determine if the filesystem is mounted. To do that, 41 # e2fsck scans through /proc/mounts and collects all the mounted 45 # is currently mounted and running fsck is dangerous.
|
D | fsck_untrusted.te | 18 # must first determine if the filesystem is mounted. To do that, 19 # e2fsck scans through /proc/mounts and collects all the mounted 23 # is currently mounted and running fsck is dangerous.
|
D | device.te | 84 # System block device mounted on /system. 96 # Userdata block device mounted on /data. 103 # Cache block device mounted on /cache. 110 # Metadata block device mounted on /metadata, used for encryption metadata and
|
/system/sepolicy/public/ |
D | fsck.te | 26 # checked filesystem is currently mounted. 40 # must first determine if the filesystem is mounted. To do that, 41 # e2fsck scans through /proc/mounts and collects all the mounted 45 # is currently mounted and running fsck is dangerous.
|
D | fsck_untrusted.te | 18 # must first determine if the filesystem is mounted. To do that, 19 # e2fsck scans through /proc/mounts and collects all the mounted 23 # is currently mounted and running fsck is dangerous.
|
D | device.te | 84 # System block device mounted on /system. 96 # Userdata block device mounted on /data. 103 # Cache block device mounted on /cache. 110 # Metadata block device mounted on /metadata, used for encryption metadata and
|
/system/core/libappfuse/tests/ |
D | FuseBridgeLoopTest.cc | 34 bool mounted; member in android::fuse::__anonbdd740fa0111::Callback 36 Callback() : mounted(false), closed(false) {} in Callback() 38 void OnMount(int /*mount_id*/) override { mounted = true; } in OnMount() 142 EXPECT_TRUE(callback_.mounted); in TEST_F()
|
/system/core/fs_mgr/libfiemap/ |
D | README.md | 12 - Mapping the image as a block device while /data is mounted. This is fairly 31 mounted, so first-stage init has no issues mapping dynamic partitions from 32 images. After `/data` is mounted however, there are two problems: 40 When metadata encryption is used, `/data` is not mounted from 41 `/dev/block/by-name/data`. Instead, it is mounted from an intermediate
|
/system/core/libprocessgroup/setup/ |
D | cgroup_descriptor.h | 35 void set_mounted(bool mounted);
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | preloads_copy.te | 16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | preloads_copy.te | 16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
|