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

  /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;
  /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/
storaged.cpp 46 if (parse_disk_stats(DISK_STATS_PATH, &curr)) {
146 if (LIKELY(parse_disk_stats(DISK_STATS_PATH, &curr))) {

Completed in 75 milliseconds