Searched defs:DISK_STATS_PATH (Results 1 - 2 of 2) sorted by relevance

/system/core/storaged/tests/
H A Dstoraged_test.cpp57 const char* DISK_STATS_PATH; variable
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/
H A Dstoraged.h163 const char* DISK_STATS_PATH; member in class:disk_stats_monitor
200 DISK_STATS_PATH = MMC_DISK_STATS_PATH;
202 DISK_STATS_PATH = SDA_DISK_STATS_PATH;
211 const char* DISK_STATS_PATH; member in class:disk_stats_publisher
220 DISK_STATS_PATH = MMC_DISK_STATS_PATH;
222 DISK_STATS_PATH = SDA_DISK_STATS_PATH;

Completed in 56 milliseconds