Home
last modified time | relevance | path

Searched refs:text_file (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/pagecache/
H A Dpagecache.py120 def __init__(self, file_object, output_queue, text_file, chunk_size=-1): argument
136 self._text_file = text_file
138 assert text_file or chunk_size > 0
291 text_file=True, chunk_size=64)
293 text_file=True)
/aosp12/build/make/tools/releasetools/
H A Dtest_add_img_to_target_files.py164 text_file = common.MakeTempFile(prefix="caremap-", suffix=".txt")
167 cmd = ["care_map_generator", "--parse_proto", file_name, text_file]
170 with open(text_file) as verify_fp:
H A Dcommon.py3978 with open(temp_care_map_text, 'w') as text_file:
3979 text_file.write('\n'.join(care_map_list))