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