Home
last modified time | relevance | path

Searched refs:proc_mounts (Results 1 – 25 of 77) sorted by relevance

1234

/aosp12/system/core/fastboot/device/
H A Dutility.cpp244 android::fs_mgr::Fstab proc_mounts; in AutoMountMetadata() local
245 if (!ReadFstabFromFile("/proc/mounts", &proc_mounts)) { in AutoMountMetadata()
250 if (GetEntryForMountPoint(&proc_mounts, "/metadata")) { in AutoMountMetadata()
/aosp12/system/core/init/
H A Dfirst_stage_mount.cpp181 Fstab proc_mounts; in GetRootEntry() local
182 if (!ReadFstabFromFile("/proc/mounts", &proc_mounts)) { in GetRootEntry()
188 auto entry = std::find_if(proc_mounts.begin(), proc_mounts.end(), [](const auto& entry) { in GetRootEntry()
192 if (entry == proc_mounts.end()) { in GetRootEntry()
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A De2fs.te13 proc_mounts
H A Dfsck_untrusted.te15 allow fsck_untrusted proc_mounts:file r_file_perms;
H A Dfsck.te34 proc_mounts
H A Dvold.te27 proc_mounts
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A De2fs.te17 proc_mounts
H A Dfsck_untrusted.te15 allow fsck_untrusted proc_mounts:file r_file_perms;
H A Dfsck.te44 proc_mounts
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A De2fs.te17 proc_mounts
H A Dfsck_untrusted.te15 allow fsck_untrusted proc_mounts:file r_file_perms;
H A Dfsck.te44 proc_mounts
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A De2fs.te17 proc_mounts
H A Dfsck_untrusted.te15 allow fsck_untrusted proc_mounts:file r_file_perms;
H A Dfsck.te44 proc_mounts
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A De2fs.te17 proc_mounts
H A Dfsck_untrusted.te15 allow fsck_untrusted proc_mounts:file r_file_perms;
H A Dfsck.te44 proc_mounts
/aosp12/system/sepolicy/public/
H A De2fs.te17 proc_mounts
H A Dfsck_untrusted.te15 allow fsck_untrusted proc_mounts:file r_file_perms;
H A Dfsck.te44 proc_mounts
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp1700 Fstab proc_mounts; in fs_mgr_unmount_all_data_mounts() local
1701 if (!ReadFstabFromFile("/proc/mounts", &proc_mounts)) { in fs_mgr_unmount_all_data_mounts()
1706 for (const auto& entry : proc_mounts) { in fs_mgr_unmount_all_data_mounts()
1797 Fstab proc_mounts; in fs_mgr_remount_userdata_into_checkpointing() local
1798 if (!ReadFstabFromFile("/proc/mounts", &proc_mounts)) { in fs_mgr_remount_userdata_into_checkpointing()
1802 auto mounted_entry = GetEntryForMountPoint(&proc_mounts, "/data"); in fs_mgr_remount_userdata_into_checkpointing()
H A Dfs_mgr_fstab.cpp444 bool ReadFstabFile(FILE* fstab_file, bool proc_mounts, Fstab* fstab_out) { in ReadFstabFile() argument
495 if (proc_mounts) { in ReadFstabFile()
/aosp12/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp1099 Fstab proc_mounts; in TEST() local
1100 ASSERT_TRUE(ReadFstabFromFile("/proc/mounts", &proc_mounts)) << "Failed to read /proc/mounts"; in TEST()
1101 auto mounted_entry = GetEntryForMountPoint(&proc_mounts, "/data"); in TEST()
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dapp_neverallows.te126 proc_mounts

1234