Home
last modified time | relevance | path

Searched refs:_FormatPath (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dbase_config.py140 path = self._FormatPath(path)
149 download_path = self._FormatPath(download_path)
386 def _FormatPath(cls, file_path): member in BaseConfig
Dbase_config_unittest.py1471 self.assertEqual(None, self.config_class._FormatPath(None))
1472 self.assertEqual('', self.config_class._FormatPath(''))
1474 self.config_class._FormatPath('some_string'))
1478 self.config_class._FormatPath('some/file/path'))
1480 self.config_class._FormatPath('some\\file\\path'))