Searched refs:fs_mgr_filesystem_available (Results 1 – 3 of 3) sorted by relevance
102 bool fs_mgr_filesystem_available(const std::string& filesystem);
940 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()
2378 bool fs_mgr_filesystem_available(const std::string& filesystem) { in fs_mgr_filesystem_available() function2401 if (!fs_mgr_filesystem_available("overlay")) { in fs_mgr_overlayfs_valid()