Searched refs:ResizeFileRandom (Results 1 – 4 of 4) sorted by relevance
| /test/dittosuite/src/ |
| D | resize_file.cpp | 42 ResizeFileRandom::ResizeFileRandom(SyscallInterface& syscall, int repeat, int64_t min, int64_t max, in ResizeFileRandom() function in dittosuite::ResizeFileRandom 51 void ResizeFileRandom::SetUp() { in SetUp() 58 void ResizeFileRandom::SetUpSingle() { in SetUpSingle()
|
| D | instruction_factory.cpp | 194 return std::make_unique<ResizeFileRandom>(Syscall::GetSyscall(), repeat, options.min(), in CreateFromProtoInstruction()
|
| /test/dittosuite/include/ditto/ |
| D | resize_file.h | 37 class ResizeFileRandom : public ResizeFile { 39 explicit ResizeFileRandom(SyscallInterface& syscall, int repeat, int64_t min, int64_t max,
|
| /test/dittosuite/schema/ |
| D | benchmark.proto | 49 message ResizeFileRandom { message 112 ResizeFileRandom resize_file_random = 10;
|