Searched refs:BLK_DEV_SYS_DIR (Results 1 – 1 of 1) sorted by relevance
162 #define BLK_DEV_SYS_DIR "/sys/block" macro643 if (!strncmp(path, BLK_DEV_SYS_DIR, sizeof(BLK_DEV_SYS_DIR) - 1)) { in dump_stat_from_fd()644 path += sizeof(BLK_DEV_SYS_DIR) - 1; in dump_stat_from_fd()1190 std::unique_ptr<DIR, std::function<int(DIR*)>> dirptr(opendir(BLK_DEV_SYS_DIR), closedir); in DumpBlockStatFiles()1193 MYLOGE("Failed to open %s: %s\n", BLK_DEV_SYS_DIR, strerror(errno)); in DumpBlockStatFiles()1205 android::base::StringPrintf("%s/%s", BLK_DEV_SYS_DIR, d->d_name); in DumpBlockStatFiles()