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

  /external/chromium_org/chrome/common/extensions/docs/server2/
gcs_file_system.py 52 def _CreateStatInfo(bucket, path):
107 return _CreateStatInfo(self._bucket, path)
gitiles_file_system_test.py 13 from gitiles_file_system import (_CreateStatInfo,
123 self.assertEqual(_CreateStatInfo(test_json), expected_stat_info)
local_file_system.py 48 def _CreateStatInfo(path):
107 return _CreateStatInfo(full_path)
gitiles_file_system.py 43 def _CreateStatInfo(json_data):
213 stat_info = _CreateStatInfo(content)
subversion_file_system.py 41 def _CreateStatInfo(html):
192 stat_info = _CreateStatInfo(result.content)

Completed in 77 milliseconds