Searched refs:ufs_health (Results 1 – 2 of 2) sorted by relevance
296 …std::string ufs_health = "for f in $(find /sys/devices/platform/soc/" + bootdev + "/health -type f… in DumpUFS() local297 RunCommandToFd(fd, "UFS health", {"/vendor/bin/sh", "-c", ufs_health.c_str()}); in DumpUFS()
361 …std::string ufs_health = "for f in $(find /sys/devices/platform/soc/" + bootdev + "/health -type f… in DumpUFS() local362 RunCommandToFd(fd, "UFS health", {"/vendor/bin/sh", "-c", ufs_health.c_str()}); in DumpUFS()