Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_priv.h102 bool fs_mgr_filesystem_available(const std::string& filesystem);
H A Dfs_mgr_overlayfs.cpp940 if (!access(kMkF2fs.c_str(), X_OK) && fs_mgr_filesystem_available("f2fs")) { in MakeScratchFilesystem()
943 } else if (!access(kMkExt4.c_str(), X_OK) && fs_mgr_filesystem_available("ext4")) { in MakeScratchFilesystem()
H A Dfs_mgr.cpp2378 bool fs_mgr_filesystem_available(const std::string& filesystem) { in fs_mgr_filesystem_available() function
2401 if (!fs_mgr_filesystem_available("overlay")) { in fs_mgr_overlayfs_valid()