Lines Matching refs:path
14 GIT_EXECUTABLE: path to "git" binary; if unset, will look for git in
15 your default path.
24 cd path/to/repository
28 cd path/to/repository
59 DEFAULT_DEPS_PATH = os.path.normpath(
60 os.path.join(os.path.dirname(__file__), os.pardir, 'DEPS'))
91 directory (string) the path into which the repository
97 return os.path.realpath(directory) == os.path.realpath(toplevel.decode())
126 directory (string) the path into which the repository
133 if not os.path.isdir(directory):
176 def parse_file_to_dict(path):
178 with open(path) as f:
203 deps_file_directory = os.path.dirname(deps_file_path)
232 relative_directory = os.path.join(deps_file_directory, directory)
264 os.path.join(os.path.dirname(deps_file_path), 'bin', 'fetch-gn')])