Home
last modified time | relevance | path

Searched refs:MMC_DISK_STATS_PATH (Results 1 – 3 of 3) sorted by relevance

/system/core/storaged/include/
Dstoraged.h155 #define MMC_DISK_STATS_PATH "/sys/block/mmcblk0/stat" macro
199 if (access(MMC_DISK_STATS_PATH, R_OK) >= 0) { in mStall()
200 DISK_STATS_PATH = MMC_DISK_STATS_PATH; in mStall()
219 if (access(MMC_DISK_STATS_PATH, R_OK) >= 0) { in disk_stats_publisher()
220 DISK_STATS_PATH = MMC_DISK_STATS_PATH; in disk_stats_publisher()
/system/core/storaged/tests/
Dstoraged_test.cpp30 #define MMC_DISK_STATS_PATH "/sys/block/mmcblk0/stat" macro
62 if (access(MMC_DISK_STATS_PATH, R_OK) >= 0) { in TEST()
63 DISK_STATS_PATH = MMC_DISK_STATS_PATH; in TEST()
215 ASSERT_TRUE(access(MMC_DISK_STATS_PATH, R_OK) >= 0 || access(SDA_DISK_STATS_PATH, R_OK) >= 0); in TEST()
339 ASSERT_TRUE(access(MMC_DISK_STATS_PATH, R_OK) >= 0 || access(SDA_DISK_STATS_PATH, R_OK) >= 0); in TEST()
/system/core/storaged/
Dstoraged.cpp209 if (access(MMC_DISK_STATS_PATH, R_OK) < 0 && access(SDA_DISK_STATS_PATH, R_OK) < 0) { in storaged_t()