/aosp14/system/core/fs_mgr/ |
H A 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()
|
H A D | fs_mgr_remount.cpp | 218 auto mounted = GetEntryForMountPoint(&mounts, proc_mount_point); in FindPartition() local 219 if (mounted && mounted->fs_type == iter->fs_type) { in FindPartition()
|
H A D | fs_mgr_overlayfs.cpp | 875 bool mounted = false; in MountScratch() local 879 mounted = true; in MountScratch() 886 if (!mounted) { in MountScratch() 1286 auto mounted = GetEntryForMountPoint(&mounts, proc_mount_point); in fs_mgr_overlayfs_candidate_list() local 1287 if (!mounted || mounted->fs_type != entry.fs_type) { in fs_mgr_overlayfs_candidate_list()
|
H A D | fs_mgr.cpp | 921 bool mounted = false; in mount_with_alternatives() local 930 if (mounted) { in mount_with_alternatives() 959 mounted = true; in mount_with_alternatives() 986 if (!mounted) { in mount_with_alternatives()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | AppUtils.java | 246 } else if (!appEntry.mounted && appEntry.apkFile != null && appEntry.apkFile.exists()) { in getIcon() 303 private static void setAppEntryMounted(ApplicationsState.AppEntry appEntry, boolean mounted) { in setAppEntryMounted() argument 304 if (appEntry.mounted != mounted) { in setAppEntryMounted() 306 appEntry.mounted = mounted; in setAppEntryMounted()
|
H A D | ApplicationsState.java | 1299 if (entry.icon == null || !entry.mounted) { in handleMessage() 1622 public boolean mounted; field in ApplicationsState.AppEntry 1719 if (this.label == null || !this.mounted) { in ensureLabel() 1721 this.mounted = false; in ensureLabel() 1724 this.mounted = true; in ensureLabel() 1745 this.mounted = false; in ensureIconLocked() 1748 } else if (!this.mounted) { in ensureIconLocked() 1752 this.mounted = true; in ensureIconLocked()
|
/aosp14/system/core/libappfuse/tests/ |
H A D | FuseBridgeLoopTest.cc | 34 bool mounted; member in android::fuse::__anon3eaa34e30110::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()
|
/aosp14/system/core/fs_mgr/libfiemap/ |
H A 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
|
/aosp14/system/core/libprocessgroup/setup/ |
H A D | cgroup_descriptor.h | 35 void set_mounted(bool mounted);
|
H A D | cgroup_map_write.cpp | 414 void CgroupDescriptor::set_mounted(bool mounted) { in set_mounted() argument 416 if (mounted) { in set_mounted()
|
/aosp14/system/core/libstats/pull_lazy/ |
H A D | Android.bp | 2 // that is running before the statsd APEX is mounted and
|
/aosp14/system/core/libstats/socket_lazy/ |
H A D | Android.bp | 2 // that is running before the statsd APEX is mounted and
|
/aosp14/system/core/init/ |
H A D | first_stage_mount.cpp | 427 bool mounted = (fs_mgr_do_mount_one(*begin) == 0); in MountPartition() local 432 if (!mounted) { in MountPartition() 436 mounted = (fs_mgr_do_mount_one(*current) == 0); in MountPartition() 445 return mounted; in MountPartition()
|
H A D | README.md | 299 of the device's physical memory (only if memcg is mounted). 304 (only if memcg is mounted). This property will override the values specified 308 > Sets the child's memory.soft_limit_in_bytes to the specified value (only if memcg is mounted), 312 > Sets the child's memory.swappiness to the specified value (only if memcg is mounted), 634 > Used to mark the point right after /data is mounted. 675 > Performs tasks after APEXes are mounted. For example, creates data directories 676 for the mounted APEXes, parses config file(s) from them, and updates linker 698 already mounted). 753 > Unmount the filesystem mounted at that path. 1059 Note that in Android Q, system.img always contains TARGET_ROOT_OUT and always is mounted at / by the [all …]
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ |
H A D | AppUtilsTest.java | 157 appEntry.mounted = true; in createAppEntry()
|
H A D | ApplicationsStateRoboTest.java | 256 appEntry.mounted = true; in createAppEntry()
|
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/ |
H A D | Android.bp | 128 // point, /system is mounted using the "dm-user" device-mapper kernel
|
/aosp14/system/core/rootdir/ |
H A D | init.rc | 14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json 78 # Generate linker config based on apex mounted in bootstrap namespace 537 # /system and /vendor must be mounted by the end of the fs stage, 545 # With /system mounted and properties form /system + /factory available, 566 # Once metadata has been mounted, we'll need vold to deal with userdata checkpointing 581 # Note that tracefs may be mounted under debug, so we need to cross filesystems 695 # mounted to collect more data. 728 # Now that /data is mounted and we have created /data/misc/keystore,
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 32965 field public static final String MEDIA_MOUNTED = "mounted";
|