Home
last modified time | relevance | path

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

/device/google/crosshatch/dumpstate/
DDumpstateDevice.cpp296 …std::string ufs_health = "for f in $(find /sys/devices/platform/soc/" + bootdev + "/health -type f… in DumpUFS() local
297 RunCommandToFd(fd, "UFS health", {"/vendor/bin/sh", "-c", ufs_health.c_str()}); in DumpUFS()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp361 …std::string ufs_health = "for f in $(find /sys/devices/platform/soc/" + bootdev + "/health -type f… in DumpUFS() local
362 RunCommandToFd(fd, "UFS health", {"/vendor/bin/sh", "-c", ufs_health.c_str()}); in DumpUFS()