Home
last modified time | relevance | path

Searched refs:cs_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Ddependency_manager_unittest.py390 cs_path = 'cs_path'
391 cs_path_mock.return_value = cs_path
412 cs_path = 'cs_path'
414 cs_path_mock.return_value = cs_path
435 cs_path = 'cs_path'
437 self.fs.CreateFile(cs_path)
438 return cs_path
447 self.assertEqual(cs_path, found_path)
Dcloud_storage_info_unittest.py132 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash): argument
133 del cs_path, bucket, file_hash
156 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash): argument
157 del cs_path, bucket, file_hash
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py384 def GetIfHashChanged(cs_path, download_path, bucket, file_hash): argument
399 _GetLocked(bucket, cs_path, download_path)