Searched refs:BUF_SIZE (Results 1 – 4 of 4) sorted by relevance
32 #define BUF_SIZE 4096 macro93 char buf[BUF_SIZE]; in main()97 ssize_t read_bytes = read(vmcore, buf, BUF_SIZE); in main()
37 private static final int BUF_SIZE = 0x1000; // 4K field in IOUtils
877 constexpr size_t BUF_SIZE = sizeof(struct inotify_event) + NAME_MAX + 1; in processINotifyEvent() local878 char buf[BUF_SIZE]; in processINotifyEvent()880 while ((len = read(mUVCDevice->getINotifyFd(), buf, BUF_SIZE)) >= 0) { in processINotifyEvent()
3079 const int BUF_SIZE = 100; in TEST_F() local3080 char buf[BUF_SIZE] = {0}; in TEST_F()3087 auto bytes_read = read(fd, buf, BUF_SIZE); in TEST_F()3095 bytes_read = read(fd, buf, BUF_SIZE); in TEST_F()