Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dmanager.py90 path = dependency_info.GetLocalPath()
155 local_path = dependency_info.GetLocalPath()
176 local_path = dependency_info.GetLocalPath()
Ddependency_info.py92 def GetLocalPath(self): member in DependencyInfo
99 return self._local_path_info.GetLocalPath()
Dlocal_path_info.py13 def GetLocalPath(self): member in LocalPathInfo