Lines Matching full:path
26 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
27 ['git', 'git.exe', 'git.bat'] in your default path.
36 cd path/to/repository
40 cd path/to/repository
75 DEFAULT_DEPS_PATH = os.path.normpath(
76 os.path.join(os.path.dirname(__file__), os.pardir, 'DEPS'))
107 directory (string) the path into which the repository
113 return os.path.realpath(bytes(directory, 'utf8')) == os.path.realpath(toplevel)
139 directory (string) the path into which the repository
149 if not os.path.isdir(directory):
182 def parse_file_to_dict(path):
184 contents = open(path).read()
197 deps_file_path (string) Path to the DEPS file.
208 deps_file_directory = os.path.dirname(deps_file_path)
243 relative_directory = os.path.join(deps_file_directory, directory)
251 recursive_path = os.path.join(deps_file_directory, directory, 'DEPS')
291 # os.path.join(os.path.dirname(deps_file_path), 'bin', 'fetch-gn')])