HomeSort by relevance Sort by last modified time
    Searched refs:_file_contents (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
fake_fs.py 24 self._file_contents = {}
27 self._file_contents[k] = v
65 assert path not in self._file_contents
67 self._file_contents[path] = contents
73 if path not in self._file_contents:
75 return WithableStringIO(self._file_contents[path])
84 if path not in self._file_contents:
86 return WithableStringIO(self._file_contents[path])
103 if path in self._file_contents:
109 all_filenames = self._file_contents.keys(
    [all...]
html_module_unittest.py 41 self._file_contents = {}
44 self._file_contents[k] = v
60 self._file_contents.get(absolute_path, None))
66 if absolute_path in self._file_contents:
68 self._file_contents[absolute_path])

Completed in 172 milliseconds