Searched refs:deps_file_path (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/tools/ |
D | git-sync-deps | 63 def usage(deps_file_path = None): argument 67 if deps_file_path: 68 parsed_deps = parse_file_to_dict(deps_file_path) 174 def git_sync_deps(deps_file_path, command_line_os_requests, verbose): argument 189 deps_file_directory = os.path.dirname(deps_file_path) 190 deps_file = parse_file_to_dict(deps_file_path) 238 deps_file_path = os.environ.get('GIT_SYNC_DEPS_PATH', DEFAULT_DEPS_PATH) 242 usage(deps_file_path) 245 git_sync_deps(deps_file_path, argv, verbose) 248 os.path.join(os.path.dirname(deps_file_path), 'bin', 'fetch-gn')])
|
/third_party/skia/tools/ |
D | git-sync-deps | 63 def usage(deps_file_path = None): argument 67 if deps_file_path: 68 parsed_deps = parse_file_to_dict(deps_file_path) 188 def git_sync_deps(deps_file_path, command_line_os_requests, verbose): argument 203 deps_file_directory = os.path.dirname(deps_file_path) 204 deps_file = parse_file_to_dict(deps_file_path) 254 deps_file_path = os.environ.get('GIT_SYNC_DEPS_PATH', DEFAULT_DEPS_PATH) 258 usage(deps_file_path) 261 git_sync_deps(deps_file_path, argv, verbose) 264 os.path.join(os.path.dirname(deps_file_path), 'bin', 'fetch-gn')])
|
/third_party/spirv-tools/utils/ |
D | git-sync-deps | 87 def usage(deps_file_path = None): argument 91 if deps_file_path: 92 parsed_deps = parse_file_to_dict(deps_file_path) 203 def git_sync_deps(deps_file_path, command_line_os_requests, verbose): argument 218 deps_file_directory = os.path.dirname(deps_file_path) 219 deps_file = parse_file_to_dict(deps_file_path) 267 deps_file_path = os.environ.get('GIT_SYNC_DEPS_PATH', DEFAULT_DEPS_PATH) 271 usage(deps_file_path) 274 git_sync_deps(deps_file_path, argv, verbose)
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
D | git-sync-deps | 87 def usage(deps_file_path = None): argument 91 if deps_file_path: 92 parsed_deps = parse_file_to_dict(deps_file_path) 203 def git_sync_deps(deps_file_path, command_line_os_requests, verbose): argument 218 deps_file_directory = os.path.dirname(deps_file_path) 219 deps_file = parse_file_to_dict(deps_file_path) 267 deps_file_path = os.environ.get('GIT_SYNC_DEPS_PATH', DEFAULT_DEPS_PATH) 271 usage(deps_file_path) 274 git_sync_deps(deps_file_path, argv, verbose)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
D | git-sync-deps | 87 def usage(deps_file_path = None): argument 91 if deps_file_path: 92 parsed_deps = parse_file_to_dict(deps_file_path) 203 def git_sync_deps(deps_file_path, command_line_os_requests, verbose): argument 218 deps_file_directory = os.path.dirname(deps_file_path) 219 deps_file = parse_file_to_dict(deps_file_path) 267 deps_file_path = os.environ.get('GIT_SYNC_DEPS_PATH', DEFAULT_DEPS_PATH) 271 usage(deps_file_path) 274 git_sync_deps(deps_file_path, argv, verbose)
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
D | git-sync-deps | 79 def usage(deps_file_path = None): 83 if deps_file_path: 84 parsed_deps = parse_file_to_dict(deps_file_path) 193 def git_sync_deps(deps_file_path, command_line_os_requests, verbose): 208 deps_file_directory = os.path.dirname(deps_file_path) 209 deps_file = parse_file_to_dict(deps_file_path) 272 deps_file_path = os.environ.get('GIT_SYNC_DEPS_PATH', DEFAULT_DEPS_PATH) 276 usage(deps_file_path) 288 git_sync_deps(deps_file_path, argv, verbose)
|
/third_party/skia/buildtools/checkdeps/ |
D | builddeps.py | 239 deps_file_path = os.path.join(dir_path_local_abs, 'DEPS') 249 if os.path.isfile(deps_file_path) and not ( 253 with open(deps_file_path) as file: 256 print(' Error reading %s: %s' % (deps_file_path, str(e)))
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | build-skqp_git-sync-deps.patch | 115 def git_sync_deps(deps_file_path, command_line_os_requests, verbose): 118 @@ -204,19 +218,19 @@ def git_sync_deps(deps_file_path, command_line_os_requests, verbose):
|