Home
last modified time | relevance | path

Searched refs:mounted (Results 1 – 25 of 119) sorted by relevance

12345

/system/core/fs_mgr/
Dfs_mgr_roots.cpp110 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/
Dfsck_untrusted.te18 # 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.
Dfsck.te33 # 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.
Ddevice.te75 # 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/
Dfsck_untrusted.te18 # 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.
Dfsck.te33 # 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/
Dfsck_untrusted.te18 # 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.
Dfsck.te25 # 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.
Ddevice.te81 # 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/
Dfsck_untrusted.te18 # 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.
Dfsck.te33 # 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.
Ddevice.te73 # 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/
Dfsck_untrusted.te18 # 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.
Dfsck.te33 # 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/
Dfsck.te26 # 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.
Dfsck_untrusted.te18 # 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.
Ddevice.te84 # 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/
Dfsck.te26 # 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.
Dfsck_untrusted.te18 # 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.
Ddevice.te84 # 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/
DFuseBridgeLoopTest.cc34 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/
DREADME.md12 - 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/
Dcgroup_descriptor.h35 void set_mounted(bool mounted);
/system/sepolicy/prebuilts/api/31.0/private/
Dpreloads_copy.te16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
/system/sepolicy/prebuilts/api/32.0/private/
Dpreloads_copy.te16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other

12345