Searched refs:_FormatPath (Results 1 – 2 of 2) sorted by relevance
140 path = self._FormatPath(path)149 download_path = self._FormatPath(download_path)386 def _FormatPath(cls, file_path): member in BaseConfig
1471 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'))