Searched defs:EmptyDirFileSystem (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dempty_dir_file_system.py10 class EmptyDirFileSystem(FileSystem): class in inherits:FileSystem
19 raise FileNotFoundError('EmptyDirFileSystem cannot read %s' % path)
28 raise FileNotFoundError('EmptyDirFileSystem cannot stat %s' % path)
H A Dgithub_file_system_provider.py6 from empty_dir_file_system import EmptyDirFileSystem namespace
39 return EmptyDirFileSystem()
H A Dgcs_file_system_provider.py9 from empty_dir_file_system import EmptyDirFileSystem namespace
66 return EmptyDirFileSystem()
93 return EmptyDirFileSystem()
H A Dtest_servlet_test.py8 from empty_dir_file_system import EmptyDirFileSystem namespace
20 return EmptyDirFileSystem()
H A Dplatform_bundle.py8 from empty_dir_file_system import EmptyDirFileSystem namespace
52 extension_samples_fs = EmptyDirFileSystem()
53 app_samples_fs = EmptyDirFileSystem()
57 app_samples_fs = EmptyDirFileSystem()
H A Dserver_instance.py10 from empty_dir_file_system import EmptyDirFileSystem namespace
H A Dcron_servlet_test.py11 from empty_dir_file_system import EmptyDirFileSystem namespace

Completed in 114 milliseconds