/system/core/fs_mgr/ |
D | fs_mgr_roots.cpp | 106 auto mounted = GetMountState(mount_point); in EnsurePathMounted() local 107 if (mounted == MountState::ERROR) { in EnsurePathMounted() 110 if (mounted == MountState::MOUNTED) { in EnsurePathMounted() 156 auto mounted = GetMountState(rec->mount_point); in EnsurePathUnmounted() local 157 if (mounted == MountState::ERROR) { in EnsurePathUnmounted() 160 if (mounted == MountState::NOT_MOUNTED) { in EnsurePathUnmounted()
|
/system/sepolicy/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/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/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/26.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 | 23 # must first determine if the filesystem is mounted. To do that, 24 # e2fsck scans through /proc/mounts and collects all the mounted 28 # is currently mounted and running fsck is dangerous.
|
D | device.te | 79 # System block device mounted on /system. 88 # Userdata block device mounted on /data. 91 # Cache block device mounted on /cache.
|
/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.
|
/system/sepolicy/prebuilts/api/28.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 | 23 # must first determine if the filesystem is mounted. To do that, 24 # e2fsck scans through /proc/mounts and collects all the mounted 28 # is currently mounted and running fsck is dangerous.
|
D | device.te | 82 # System block device mounted on /system. 91 # Userdata block device mounted on /data. 94 # Cache block device mounted on /cache.
|
/system/sepolicy/prebuilts/api/27.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 | 23 # must first determine if the filesystem is mounted. To do that, 24 # e2fsck scans through /proc/mounts and collects all the mounted 28 # is currently mounted and running fsck is dangerous.
|
D | device.te | 79 # System block device mounted on /system. 88 # Userdata block device mounted on /data. 91 # Cache block device mounted on /cache.
|
/system/core/libappfuse/tests/ |
D | FuseBridgeLoopTest.cc | 34 bool mounted; member in android::fuse::__anon79f4cfdc0111::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 FDE or 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/30.0/private/ |
D | preloads_copy.te | 16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
|
/system/sepolicy/private/ |
D | preloads_copy.te | 16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
|