Searched refs:WriteFile (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/port/win/ |
| D | win_logger.cc | 47 BOOL ret = WriteFile(file_, str, len, &bytesWritten, NULL); in DebugWriter() 162 BOOL ret = WriteFile(file_, base, static_cast<DWORD>(write_size), in Logv()
|
| D | io_win.cc | 93 if (FALSE == WriteFile(file_data->GetFileHandle(), data.data(), static_cast<DWORD>(num_bytes), in pwrite() 790 if (!WriteFile(file_data_->GetFileHandle(), data.data(), in AppendImpl()
|
| /rocksdb-6.9/table/cuckoo/ |
| D | cuckoo_table_reader_test.cc | 415 void WriteFile(const std::vector<std::string>& keys, in WriteFile() function 553 WriteFile(all_keys, num, hash_ratio); in TEST_F()
|
| /rocksdb-6.9/ |
| D | WINDOWS_PORT.md | 62 * Replace `pread/pwrite` with `WriteFile/ReadFile` with `OVERLAPPED` structure. 71 We have replaced `pread/pwrite` with `WriteFile/ReadFile` with `OVERLAPPED` structure so we can ato…
|