Home
last modified time | relevance | path

Searched refs:ResizeFileRandom (Results 1 – 4 of 4) sorted by relevance

/test/dittosuite/src/
Dresize_file.cpp42 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()
Dinstruction_factory.cpp194 return std::make_unique<ResizeFileRandom>(Syscall::GetSyscall(), repeat, options.min(), in CreateFromProtoInstruction()
/test/dittosuite/include/ditto/
Dresize_file.h37 class ResizeFileRandom : public ResizeFile {
39 explicit ResizeFileRandom(SyscallInterface& syscall, int repeat, int64_t min, int64_t max,
/test/dittosuite/schema/
Dbenchmark.proto49 message ResizeFileRandom { message
112 ResizeFileRandom resize_file_random = 10;