Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dlocal_path_info_unittest.py32 self.assertIsNone(path_info.GetLocalPath())
42 self.assertIsNone(path_info.GetLocalPath())
44 self.assertEqual('file.txt', path_info.GetLocalPath())
62 self.assertEqual('file1', path_info.GetLocalPath())
67 self.assertEqual('file2', path_info.GetLocalPath())
72 self.assertEqual('file3', path_info.GetLocalPath())
81 self.assertIsNone(path_info.GetLocalPath())
83 self.assertEqual('file3', path_info.GetLocalPath())
85 self.assertEqual('file2', path_info.GetLocalPath())
87 self.assertEqual('file1', path_info.GetLocalPath())
[all …]
Dmanager.py90 path = dependency_info.GetLocalPath()
155 local_path = dependency_info.GetLocalPath()
173 local_path = dependency_info.GetLocalPath()
Ddependency_info.py92 def GetLocalPath(self): member in DependencyInfo
99 return self._local_path_info.GetLocalPath()
Dlocal_path_info.py25 def GetLocalPath(self): member in LocalPathInfo