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)
183 self.cs_info.GetRemotePath())
194 self.cs_info.GetRemotePath())
205 self.cs_info.GetRemotePath)
209 self.cs_info.GetRemotePath)
213 self.cs_info.GetRemotePath)
217 self.cs_info.GetRemotePath)
221 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()
183 fetched_path = dependency_info.GetRemotePath()
Dcloud_storage_info.py42 def GetRemotePath(self): member in CloudStorageInfo