Searched refs:cs_path (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_unittest.py | 389 cs_path = 'cs_path' 390 cs_path_mock.return_value = cs_path 411 cs_path = 'cs_path' 413 cs_path_mock.return_value = cs_path 434 cs_path = 'cs_path' 436 self.fs.CreateFile(cs_path) 437 return cs_path 446 self.assertEqual(cs_path, found_path)
|
D | cloud_storage_info_unittest.py | 132 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/catapult_base/catapult_base/ |
D | cloud_storage.py | 292 def GetIfHashChanged(cs_path, download_path, bucket, file_hash): argument 307 _GetLocked(bucket, cs_path, download_path)
|