Home | History | Annotate | Download | only in tools

Lines Matching refs:deps_file_path

45 def usage(deps_file_path = None):
49 if deps_file_path:
50 for deps_os in parse_file_to_dict(deps_file_path)['deps_os']:
139 def git_sync_deps(deps_file_path, deps_os_list, verbose):
143 deps_file_path (string) Path to the DEPS file.
154 deps_file_directory = os.path.dirname(deps_file_path)
155 deps = parse_file_to_dict(deps_file_path)
194 deps_file_path = os.environ.get('GIT_SYNC_DEPS_PATH', DEFAULT_DEPS_PATH)
197 git_sync_deps(deps_file_path, argv, verbose)
200 usage(deps_file_path)