Home
last modified time | relevance | path

Searched refs:ufs_health (Results 1 – 4 of 4) sorted by relevance

/device/google/barbet/dumpstate/
DDumpstateDevice.cpp545 …std::string ufs_health = "for f in $(find /sys/devices/platform/soc/" + bootdev + "/health_descrip… in DumpUFS() local
546 RunCommandToFd(fd, "UFS health", {"/vendor/bin/sh", "-c", ufs_health.c_str()}); in DumpUFS()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp535 …std::string ufs_health = "for f in $(find /dev/sys/block/bootdevice/health -type f); do if [[ -r $… in DumpUFS() local
536 RunCommandToFd(fd, "UFS health", {"/vendor/bin/sh", "-c", ufs_health.c_str()}); in DumpUFS()
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp570 …std::string ufs_health = "for f in $(find /dev/sys/block/bootdevice/health_descriptor -type f); do… in DumpUFS() local
571 RunCommandToFd(fd, "UFS health", {"/vendor/bin/sh", "-c", ufs_health.c_str()}); in DumpUFS()
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp549 …std::string ufs_health = "for f in $(find /dev/sys/block/bootdevice/health -type f); do if [[ -r $… in DumpUFS() local
550 RunCommandToFd(fd, "UFS health", {"/vendor/bin/sh", "-c", ufs_health.c_str()}); in DumpUFS()