Home | History | Annotate | Download | only in wb_kupdate

Lines Matching refs:write_size

9     def _check_parameters(self, mount_point, write_size, file_count,
15 @param write_size: the size of data in MB to write.
32 # Check write_size > 0.
33 if not (write_size > 0):
95 def _write_data(self, destination, counter, write_size):
102 @param write_size: the size of data to be written.
109 (file_name, write_size))
183 def run_once(self, mount_point, file_count, write_size,
192 @param write_size: the size of each file in MB.
204 self._check_parameters(mount_point, write_size, file_count,
229 write_size)