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