Home
last modified time | relevance | path

Searched refs:disk_free (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/test_util/
Dfault_injection_test_env.h158 uint64_t* disk_free) override { in GetFreeSpace() argument
160 *disk_free = 0; in GetFreeSpace()
163 return target()->GetFreeSpace(path, disk_free); in GetFreeSpace()
Dfault_injection_test_fs.h180 const IOOptions& options, uint64_t* disk_free, in GetFreeSpace() argument
183 *disk_free = 0; in GetFreeSpace()
186 return target()->GetFreeSpace(path, options, disk_free, dbg); in GetFreeSpace()