health: fix missing path

   Add kDiskStatsFile and kUFSName

Bug: 146843956
Test: Build and boot to home

Change-Id: I0623d06861f894a4b243c5e065e805c9f61ba7ef
Signed-off-by: Ocean Chen <oceanchen@google.com>
diff --git a/health/HealthService.cpp b/health/HealthService.cpp
index b9a9625..7ad02c0 100644
--- a/health/HealthService.cpp
+++ b/health/HealthService.cpp
@@ -55,6 +55,9 @@
 constexpr char kUfsHealthLifetimeA[]{UFS_DIR "/health_descriptor/life_time_estimation_a"};
 constexpr char kUfsHealthLifetimeB[]{UFS_DIR "/health_descriptor/life_time_estimation_b"};
 
+constexpr char kDiskStatsFile[]{"/sys/block/sda/stat"};
+constexpr char kUFSName[]{"UFS0"};
+
 constexpr char kTCPMPSYName[]{"tcpm-source-psy-usbpd0"};
 
 std::ifstream assert_open(const std::string &path) {