Searched refs:gen_file (Results 1 - 1 of 1) sorted by relevance
/developtools/hdc/scripts/ |
H A D | dev_hdc_test.py | 567 def gen_file(path, size): function 592 gen_file(os.path.join(GP.local_path, "empty"), 0) 595 gen_file(os.path.join(GP.local_path, "small"), 102400) 598 gen_file(os.path.join(GP.local_path, "medium"), 200 * 1024 ** 2) 601 gen_file(os.path.join(GP.local_path, "large"), 2 * 1024 ** 3) 616 gen_file(os.path.join(GP.local_path, "package", f"fake.hap.{i}"), 20 * 1024 ** 2) 627 gen_file(os.path.join(deep_path, "deep"), 102400) 633 gen_file(os.path.join(dir_path, "small2"), 102400) 651 gen_file(os.path.join(GP.local_path, GP.get_version()), 0) 696 gen_file(o [all...] |
Completed in 2 milliseconds