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

  /system/core/storaged/tests/
storaged_test.cpp 57 const char* DISK_STATS_PATH;
63 DISK_STATS_PATH = MMC_DISK_STATS_PATH;
65 DISK_STATS_PATH = SDA_DISK_STATS_PATH;
70 EXPECT_TRUE(parse_disk_stats(DISK_STATS_PATH, &stats));
87 ASSERT_TRUE(parse_disk_stats(DISK_STATS_PATH, &stats));
102 ASSERT_TRUE(parse_disk_stats(DISK_STATS_PATH, &curr));
  /system/core/storaged/include/
storaged.h 163 const char* DISK_STATS_PATH;
200 DISK_STATS_PATH = MMC_DISK_STATS_PATH;
202 DISK_STATS_PATH = SDA_DISK_STATS_PATH;
211 const char* DISK_STATS_PATH;
220 DISK_STATS_PATH = MMC_DISK_STATS_PATH;
222 DISK_STATS_PATH = SDA_DISK_STATS_PATH;

Completed in 50 milliseconds