Lines Matching refs:target_dir
45 def get_flutter_skps(target_dir):
63 copy_tree('skps', target_dir)
67 def create_asset(chrome_src_path, browser_executable, target_dir,
86 target_dir = os.path.realpath(target_dir)
88 if not os.path.exists(target_dir):
89 os.makedirs(target_dir)
92 get_flutter_skps(target_dir)
162 shutil.copyfile(os.path.join(src, f), os.path.join(target_dir, f))
165 # 3. Copy over private SKPs from Google storage into the target_dir.
181 os.path.join(new_skps_dir, f), os.path.join(target_dir, f))
188 parser.add_argument('--target_dir', '-t', required=True)
198 create_asset(chrome_src_path, browser_executable, args.target_dir,