Home
last modified time | relevance | path

Searched refs:sdk_path (Results 1 – 11 of 11) sorted by relevance

/external/skia/infra/bots/assets/linux_vulkan_sdk/
Dcreate.py19 def create_asset(target_dir, sdk_path): argument
21 shutil.copytree(sdk_path, target_dir)
32 create_asset(args.target_dir, args.sdk_path)
Dcreate_and_upload.py38 '--sdk_path', args.sdk_path]
/external/skia/infra/bots/assets/win_vulkan_sdk/
Dcreate.py18 def create_asset(target_dir, sdk_path, runtime_path): argument
22 shutil.copytree(sdk_path, target_dir)
36 create_asset(args.target_dir, args.sdk_path, args.runtime_path)
Dcreate_and_upload.py41 '--sdk_path', args.sdk_path,
/external/clang/utils/perf-training/
Dlit.cfg17 sdk_path = out
18 lit_config.note('using SDKROOT: %r' % sdk_path)
19 return '-isysroot %s' % sdk_path
Dorder-files.lit.cfg18 sdk_path = out
19 lit_config.note('using SDKROOT: %r' % sdk_path)
20 return '-isysroot %s' % sdk_path
/external/libcxx/utils/libcxx/test/
Dtarget_info.py83 sdk_path = out
84 self.full_config.lit_config.note('using SDKROOT: %r' % sdk_path)
85 flags += ["-isysroot", sdk_path]
/external/llvm/utils/lit/lit/
Dutil.py253 sdk_path = out
254 lit_config.note('using SDKROOT: %r' % sdk_path)
255 config.environment['SDKROOT'] = sdk_path
/external/skia/infra/bots/recipes/
Dperf.py298 sdk_path = api.vars.slave_dir.join('linux_vulkan_sdk', 'bin')
301 'PATH':'%%(PATH)s:%s' % sdk_path,
Dtest.py717 sdk_path = api.vars.slave_dir.join('linux_vulkan_sdk', 'bin')
720 'PATH':'%%(PATH)s:%s' % sdk_path,
/external/libvpx/libvpx/build/make/
Dconfigure.sh590 sdk_path="${optval}"
1001 if [ -n "${sdk_path}" ]; then
1002 SDK_PATH=${sdk_path}