Searched refs:dest_dir (Results 1 – 1 of 1) sorted by relevance
/frameworks/layoutlib/rename_font/ |
D | build_font.py | 40 dest_dir = '/tmp' variable 70 global dest_dir 71 dest_dir = argv[-1] 74 os.chdir(dest_dir) 88 shutil.copy(input_path, dest_dir) 101 ttx_path = os.path.join(dest_dir, filename) 106 ttx_args = ['--no-recalc-timestamp', '-q', '-d', dest_dir, input_path] 115 ttx_args = ['-q', '-d', dest_dir, ttx_path] 126 shutil.copy(input_path, dest_dir)
|