Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_overlayfs_mount.h52 bool fs_mgr_filesystem_has_space(const std::string& mount_point);
Dfs_mgr_overlayfs_mount.cpp116 bool fs_mgr_filesystem_has_space(const std::string& mount_point) { in fs_mgr_filesystem_has_space() function
199 if (!fs_mgr_filesystem_has_space(entry->mount_point)) { in fs_mgr_overlayfs_enabled()
Dfs_mgr_overlayfs_control.cpp639 if (access(top.c_str(), F_OK) == 0 || fs_mgr_filesystem_has_space(kScratchMountPoint)) { in fs_mgr_overlayfs_setup_scratch()