Home
last modified time | relevance | path

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

123

/system/sepolicy/prebuilts/api/28.0/public/
De2fs.te13 proc_mounts
Dfsck_untrusted.te15 allow fsck_untrusted proc_mounts:file r_file_perms;
Dfsck.te34 proc_mounts
Dvold.te27 proc_mounts
/system/core/fastboot/device/
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()
/system/sepolicy/public/
De2fs.te17 proc_mounts
Dfsck_untrusted.te15 allow fsck_untrusted proc_mounts:file r_file_perms;
Dfsck.te44 proc_mounts
/system/sepolicy/prebuilts/api/29.0/public/
De2fs.te17 proc_mounts
Dfsck_untrusted.te15 allow fsck_untrusted proc_mounts:file r_file_perms;
Dfsck.te44 proc_mounts
Dvold.te30 proc_mounts
/system/sepolicy/prebuilts/api/30.0/public/
De2fs.te17 proc_mounts
Dfsck_untrusted.te15 allow fsck_untrusted proc_mounts:file r_file_perms;
Dfsck.te44 proc_mounts
/system/sepolicy/prebuilts/api/31.0/public/
De2fs.te17 proc_mounts
Dfsck_untrusted.te15 allow fsck_untrusted proc_mounts:file r_file_perms;
Dfsck.te44 proc_mounts
/system/core/init/
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()
/system/core/fs_mgr/
Dfs_mgr.cpp1699 Fstab proc_mounts; in fs_mgr_unmount_all_data_mounts() local
1700 if (!ReadFstabFromFile("/proc/mounts", &proc_mounts)) { in fs_mgr_unmount_all_data_mounts()
1705 for (const auto& entry : proc_mounts) { in fs_mgr_unmount_all_data_mounts()
1796 Fstab proc_mounts; in fs_mgr_remount_userdata_into_checkpointing() local
1797 if (!ReadFstabFromFile("/proc/mounts", &proc_mounts)) { in fs_mgr_remount_userdata_into_checkpointing()
1801 auto mounted_entry = GetEntryForMountPoint(&proc_mounts, "/data"); in fs_mgr_remount_userdata_into_checkpointing()
Dfs_mgr_fstab.cpp437 bool ReadFstabFile(FILE* fstab_file, bool proc_mounts, Fstab* fstab_out) { in ReadFstabFile() argument
488 if (proc_mounts) { in ReadFstabFile()
/system/core/fs_mgr/tests/
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()
/system/sepolicy/prebuilts/api/28.0/private/
Dapp_neverallows.te126 proc_mounts
/system/sepolicy/prebuilts/api/30.0/private/
Dapp_neverallows.te191 proc_mounts
/system/sepolicy/private/
Dapp_neverallows.te176 proc_mounts

123