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

  /external/chromium_org/chrome/common/extensions/docs/server2/
compiled_file_system_test.py 78 set(compiled_fs.GetFromFileListing('apps/fakedir')))
84 set(compiled_fs.GetFromFileListing('apps/fakedir')))
89 set(compiled_fs.GetFromFileListing('apps/fakedir')))
98 compiled_fs.GetFromFileListing, 'nodir/')
101 compiled_fs.GetFromFileListing, '404.html')
chained_compiled_file_system.py 58 def GetFromFileListing(self, path):
66 return compiled_fs.GetFromFileListing(path)
70 return first_compiled_fs.GetFromFileListing(path)
chained_compiled_file_system_test.py 64 self.assertNotEqual(self._chained_compiled_fs.GetFromFileListing('dir/'),
65 self._base_compiled_fs.GetFromFileListing('dir/'))
66 self.assertEqual(self._chained_compiled_fs.GetFromFileListing('dir/'),
path_canonicalizer.py 81 apps_public = self._public_apis.GetFromFileListing(
83 extensions_public = self._public_apis.GetFromFileListing(
example_zipper.py 43 return self._zip_cache.GetFromFileListing(
api_list_data_source.py 85 return self._compiled_fs.GetFromFileListing(self._api_path)[key]
compiled_file_system.py 76 def GetFromFileListing(self, path):
samples_data_source.py 207 samples_list = self._apps_cache.GetFromFileListing('/')
209 samples_list = self._extensions_cache.GetFromFileListing(
availability_finder.py 63 file_names = file_system.GetFromFileListing(svn_constants.API_PATH)
api_data_source.py 618 idl_names = self._idl_names_cache.GetFromFileListing(self._base_path)
619 names = self._names_cache.GetFromFileListing(self._base_path)

Completed in 592 milliseconds