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

/system/core/sdcard/
H A Dsdcard.cpp398 std::string filesystems; local
399 if (!android::base::ReadFileToString("/proc/filesystems", &filesystems)) {
400 PLOG(ERROR) << "Could not read /proc/filesystems";
403 for (const auto& fs : android::base::Split(filesystems, "\n")) {

Completed in 51 milliseconds