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

  /system/core/storaged/tests/
storaged_test.cpp 31 #define SDA_DISK_STATS_PATH "/sys/block/sda/stat"
64 } else if (access(SDA_DISK_STATS_PATH, R_OK) >= 0) {
65 DISK_STATS_PATH = SDA_DISK_STATS_PATH;
215 ASSERT_TRUE(access(MMC_DISK_STATS_PATH, R_OK) >= 0 || access(SDA_DISK_STATS_PATH, R_OK) >= 0);
339 ASSERT_TRUE(access(MMC_DISK_STATS_PATH, R_OK) >= 0 || access(SDA_DISK_STATS_PATH, R_OK) >= 0);
  /system/core/storaged/include/
storaged.h 156 #define SDA_DISK_STATS_PATH "/sys/block/sda/stat"
202 DISK_STATS_PATH = SDA_DISK_STATS_PATH;
222 DISK_STATS_PATH = SDA_DISK_STATS_PATH;

Completed in 62 milliseconds