Searched refs:file_storage (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dbackground_tasks.py25 from memory_inspector.data import file_storage namespace
62 storage = file_storage.Storage(storage_path)
H A Dwww_server.py42 from memory_inspector.data import file_storage namespace
60 _persistent_storage = file_storage.Storage(_PERSISTENT_STORAGE_PATH)
/external/chromium_org/tools/memory_inspector/memory_inspector/data/
H A Dfile_storage_unittest.py5 """This unittest covers both file_storage and serialization modules."""
16 from memory_inspector.data import file_storage namespace
22 self._storage = file_storage.Storage(self._storage_path)

Completed in 632 milliseconds