Home
last modified time | relevance | path

Searched refs:fs_mgr_rw_access (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp138 bool fs_mgr_rw_access(const std::string& path) { in fs_mgr_rw_access() function
317 if (!fs_mgr_rw_access(work)) continue; in fs_mgr_get_overlayfs_candidate()
535 if (!fs_mgr_rw_access(super_device)) { in fs_mgr_overlayfs_teardown_scratch()
837 } else if (!fs_mgr_rw_access(device_path)) { in MountScratch()
1143 if (!fs_mgr_rw_access(super_device) || !fs_mgr_overlayfs_has_logical(fstab)) { in CanUseSuperPartition()
1323 if (!fs_mgr_rw_access(scratch_device)) { in TryMountScratch()