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 | 390 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)
|
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/common/py_utils/py_utils/ |
D | cloud_storage.py | 389 def GetIfHashChanged(cs_path, download_path, bucket, file_hash): argument 404 _GetLocked(bucket, cs_path, download_path)
|