HomeSort by relevance Sort by last modified time
    Searched defs:DISK_STATS_PATH (Results 1 - 2 of 2) sorted by null

  /system/core/storaged/include/
storaged_diskstats.h 147 const char* const DISK_STATS_PATH;
178 : DISK_STATS_PATH(
194 bool enabled() { return mHealth != nullptr || DISK_STATS_PATH != nullptr; }
  /system/core/storaged/tests/
storaged_test.cpp 67 const char* DISK_STATS_PATH;
73 DISK_STATS_PATH = MMC_DISK_STATS_PATH;
75 DISK_STATS_PATH = SDA_DISK_STATS_PATH;
80 EXPECT_TRUE(parse_disk_stats(DISK_STATS_PATH, &stats));
95 ASSERT_TRUE(parse_disk_stats(DISK_STATS_PATH, &stats));
106 ASSERT_TRUE(parse_disk_stats(DISK_STATS_PATH, &curr));

Completed in 602 milliseconds