Home
last modified time | relevance | path

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

/developtools/hdc/scripts/
Ddev_hdc_test.py363 def gen_file(path, size): function
377 gen_file(os.path.join(GP.local_path, "empty"), 0)
380 gen_file(os.path.join(GP.local_path, "small"), 102400)
383 gen_file(os.path.join(GP.local_path, "large"), 2 * 1024 ** 3)
389 gen_file(os.path.join(dir_path, "small2"), 102400)