Searched refs:absolute_path (Results 1 – 3 of 3) sorted by relevance
79 absolute_path = os.path.abspath(path)84 if SVN.in_working_directory(absolute_path):85 return SVN(cwd=absolute_path, patch_directories=patch_directories)87 if Git.in_working_directory(absolute_path):88 return Git(cwd=absolute_path)169 def absolute_path(self, repository_relative_path): member in SCM413 absolute_path = self.absolute_path(path)416 os.rmdir(absolute_path)418 os.remove(absolute_path)
108 absolute_path = os.path.join(port.layout_tests_dir(), test)109 expected_file = port.expected_filename(absolute_path, ".txt")
6944 - Add SCM.absolute_path for easy conversion between