Searched refs:filesystems (Results 1 – 6 of 6) sorted by relevance
51 std::string filesystems; in supports_esdfs() local52 if (!android::base::ReadFileToString("/proc/filesystems", &filesystems)) { in supports_esdfs()56 for (const auto& fs : android::base::Split(filesystems, "\n")) { in supports_esdfs()
59 if ! egrep -q "^\s*${FS}$" /proc/filesystems; then \
2379 std::string filesystems; in fs_mgr_filesystem_available() local2380 if (!android::base::ReadFileToString("/proc/filesystems", &filesystems)) return false; in fs_mgr_filesystem_available()2381 return filesystems.find("\t" + filesystem + "\n") != std::string::npos; in fs_mgr_filesystem_available()
531 # Mount filesystems and start core system services.581 # Note that tracefs may be mounted under debug, so we need to cross filesystems582 restorecon --recursive --cross-filesystems /sys/kernel/debug902 # filesystems expect this directory to exist; it's where the fsck tool puts
1106 adb_sh grep -q "nodev${TAB}overlay" /proc/filesystems; then
847 `dev.mnt.dev.<mount_point>` indicates a block device attached to filesystems.