Home
last modified time | relevance | path

Searched refs:tmp_file (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/build/toolchain/
H A Dmini_debug_info.py26 def gen_symbols(tmp_file, sort_lines, symbols_path): argument
27 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)
/ohos5.0/build/test/example/
H A Dtest_build_option.py533 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}