Home
last modified time | relevance | path

Searched refs:SDA_DISK_STATS_PATH (Results 1 – 2 of 2) sorted by relevance

/system/core/storaged/include/
Dstoraged_diskstats.h28 #define SDA_DISK_STATS_PATH "/sys/block/sda/stat" macro
183 : (access(SDA_DISK_STATS_PATH, R_OK) == 0 ? SDA_DISK_STATS_PATH : nullptr))),
/system/core/storaged/tests/
Dstoraged_test.cpp33 #define SDA_DISK_STATS_PATH "/sys/block/sda/stat" macro
74 } else if (access(SDA_DISK_STATS_PATH, R_OK) >= 0) { in TEST()
75 DISK_STATS_PATH = SDA_DISK_STATS_PATH; in TEST()
244 access(SDA_DISK_STATS_PATH, R_OK) >= 0); in TEST()