Home
last modified time | relevance | path

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

/system/extras/pagecache/
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)