HomeSort by relevance Sort by last modified time
    Searched refs:ttx_path (Results 1 - 3 of 3) sorted by null

  /frameworks/layoutlib/rename_font/
build_font_single.py 86 ttx_path = dest_path[:-1] + 'x'
90 ttx_args = ['-q', '-o', ttx_path, input_path]
93 tree = etree.parse(ttx_path)
97 tree.write(ttx_path, xml_declaration=True, encoding='utf-8')
99 ttx_args = ['-q', '-o', dest_path, ttx_path]
113 os.remove(ttx_path)
test.py 32 ttx_path = out_path[:-1] + "x"
33 tree = etree.parse(ttx_path)
build_font.py 101 ttx_path = os.path.join(dest_dir, filename)
102 ttx_path = ttx_path[:-1] + 'x'
109 tree = etree.parse(ttx_path)
113 tree.write(ttx_path, xml_declaration=True, encoding='utf-8')
115 ttx_args = ['-q', '-d', dest_dir, ttx_path]
129 os.remove(ttx_path)

Completed in 3906 milliseconds