Searched refs:READ_SIZE (Results 1 – 2 of 2) sorted by relevance
31 constexpr size_t READ_SIZE = 1024; variable52 std::unique_ptr<uint8_t[]> buf = std::make_unique<uint8_t[]>(READ_SIZE); in ParseTraceFile()53 auto rsize = base::Read(fd, buf.get(), READ_SIZE); in ParseTraceFile()
35 constexpr size_t READ_SIZE = 1024; variable49 std::unique_ptr<uint8_t[]> buf = std::make_unique<uint8_t[]>(READ_SIZE); in ParseData()50 auto rsize = base::Read(fd, buf.get(), READ_SIZE); in ParseData()