Home
last modified time | relevance | path

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

12345

/system/core/fs_mgr/
Dfs_mgr_roots.cpp106 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/
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/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/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/26.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.te23 # 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.
Ddevice.te79 # 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/
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/28.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.te23 # 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.
Ddevice.te82 # 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/
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.te23 # 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.
Ddevice.te79 # System block device mounted on /system.
88 # Userdata block device mounted on /data.
91 # Cache block device mounted on /cache.
/system/core/libappfuse/tests/
DFuseBridgeLoopTest.cc34 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/
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 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/
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/30.0/private/
Dpreloads_copy.te16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
/system/sepolicy/private/
Dpreloads_copy.te16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other

12345