Lines Matching refs:gen_file
567 def gen_file(path, size):
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(os.path.join(deep_path, "deep_test"), 102400)
713 gen_file(os.path.join(deep_path, "deep_test"), 102400)