Home
last modified time | relevance | path

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

/aosp14/system/core/sdcard/
H A Dsdcard.cpp51 std::string filesystems; in supports_esdfs() local
52 if (!android::base::ReadFileToString("/proc/filesystems", &filesystems)) { in supports_esdfs()
56 for (const auto& fs : android::base::Split(filesystems, "\n")) { in supports_esdfs()
/aosp14/frameworks/base/tools/obbtool/
H A Dmkobb.sh59 if ! egrep -q "^\s*${FS}$" /proc/filesystems; then \
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp2379 std::string filesystems; in fs_mgr_filesystem_available() local
2380 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()
/aosp14/system/core/rootdir/
H A Dinit.rc531 # Mount filesystems and start core system services.
581 # Note that tracefs may be mounted under debug, so we need to cross filesystems
582 restorecon --recursive --cross-filesystems /sys/kernel/debug
902 # filesystems expect this directory to exist; it's where the fsck tool puts
/aosp14/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh1106 adb_sh grep -q "nodev${TAB}overlay" /proc/filesystems; then
/aosp14/system/core/init/
H A DREADME.md847 `dev.mnt.dev.<mount_point>` indicates a block device attached to filesystems.