Searched refs:ufs_health (Results 1 – 4 of 4) sorted by relevance
/device/google/barbet/dumpstate/ |
D | DumpstateDevice.cpp | 545 …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/ |
D | DumpstateDevice.cpp | 535 …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/ |
D | DumpstateDevice.cpp | 570 …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/ |
D | DumpstateDevice.cpp | 549 …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()
|