Home
last modified time | relevance | path

Searched refs:GetRemotePath (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dcloud_storage_info_unittest.py141 self.cs_info.GetRemotePath())
149 exceptions.FileNotFoundError, self.cs_info.GetRemotePath)
192 self.cs_info.GetRemotePath())
206 self.cs_info.GetRemotePath())
217 self.cs_info.GetRemotePath)
221 self.cs_info.GetRemotePath)
225 self.cs_info.GetRemotePath)
229 self.cs_info.GetRemotePath)
233 self.cs_info.GetRemotePath)
Ddependency_info.py61 def GetRemotePath(self): member in DependencyInfo
84 return self._cloud_storage_info.GetRemotePath()
Dmanager.py93 path = dependency_info.GetRemotePath()
181 fetched_path = dependency_info.GetRemotePath()
Dcloud_storage_info.py42 def GetRemotePath(self): member in CloudStorageInfo