Searched refs:tmp_file (Results 1 – 2 of 2) sorted by relevance
26 def gen_symbols(tmp_file, sort_lines, symbols_path): argument27 with os.fdopen(os.open(tmp_file, os.O_RDWR | os.O_CREAT), 'w', encoding='utf-8') as output_file:32 cmd = 'sort {}'.format(tmp_file)
533 for tmp_file in file_list:534 real_path = tmp_file if is_real_path else os.path.join(root_dir, gn_dir, tmp_file)540 … file_timestamp_li = {tmp_file: int(os.stat(tmp_file).st_mtime) for tmp_file in file_list_new}