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.py87 path = dependency_info.GetLocalPath()
116 local_path = dependency_info.GetLocalPath()
137 local_path = dependency_info.GetLocalPath()
Ddependency_info.py87 def GetLocalPath(self): member in DependencyInfo
94 return self._local_path_info.GetLocalPath()
Dlocal_path_info.py13 def GetLocalPath(self): member in LocalPathInfo