Home
last modified time | relevance | path

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

/aosp12/build/make/tools/
H A Devent_log_tags.py43 def __init__(self, filename, file_object=None): argument
55 if file_object is None:
57 file_object = open(filename, "rb")
63 for self.linenum, line in enumerate(file_object):
/aosp12/system/extras/pagecache/
H A Dpagecache.py120 def __init__(self, file_object, output_queue, text_file, chunk_size=-1): argument
134 self._file_object = file_object