Lines Matching full:join
67 dir_path = os.path.join(base_directory, os.path.dirname(line))
102 os.path.join(os.path.dirname(__file__),
112 if os.path.exists(os.path.join(base_directory, '.git')):
114 elif os.path.exists(os.path.join(base_directory, '.svn')):
239 deps_file_path = os.path.join(dir_path_local_abs, 'DEPS')
289 subdir_path_norm = posixpath.join(dir_path_norm, subdir)
307 repo_path = os.path.join(self.base_directory, repo)
312 dir_name = os.path.join(self.base_directory, dir_name)
323 elif not os.path.exists(os.path.join(current_dir, '.svn')):
335 full_name = os.path.join(current_dir, file_name)
362 dir_path_local_abs = os.path.join(self.base_directory, dir_path_local)