Home
last modified time | relevance | path

Searched refs:sysroot_path (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openscreen/build/scripts/
H A Dsysroot_ld_path.py26 return os.path.abspath(p.parse_args(args).sysroot_path[0])
29 def process_entry(sysroot_path, entry): argument
31 print(os.path.join(sysroot_path, entry.strip()[1:]))
33 def process_ld_conf_file(sysroot_path, conf_file_path): argument
38 process_entry(sysroot_path, line)
41 def process_ld_conf_folder(sysroot_path, ld_conf_path): argument
44 process_ld_conf_file(sysroot_path, file)
47 def process_ld_conf_files(sysroot_path): argument
48 conf_path = os.path.join(sysroot_path, LD_SO_CONF_REL_PATH)
49 conf_d_path = os.path.join(sysroot_path, LD_SO_CONF_D_REL_PATH)
[all …]
/aosp_15_r20/external/autotest/site_utils/
H A Dtest_that.py327 sysroot_path = os.path.join('/build', arguments.board, '')
329 if not os.path.exists(sysroot_path):
331 'setup_board?' % sysroot_path), file=sys.stderr)
335 autotest_path = os.path.join(sysroot_path, path_ending)
/aosp_15_r20/external/webrtc/tools_webrtc/vim/
H A Dwebrtc.ycm_extra_conf.py262 sysroot_path = flag.lstrip('--sysroot=')
263 if sysroot_path.startswith('/'):
266 abs_path = os.path.normpath(os.path.join(out_dir, sysroot_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/kleaf/
Dclang_config.bzl91 sysroot_path = "/dev/null"
93 sysroot_path = ctx.file.sysroot_dir.path
101 builtin_sysroot = sysroot_path,
/aosp_15_r20/external/openscreen/build/config/
H A DBUILD.gn232 sysroot_path = rebase_path(sysroot, root_build_dir)
233 flags = [ "--sysroot=" + sysroot_path ]
249 [ sysroot_path ],
/aosp_15_r20/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py22 sysroot_path = None variable
38 return sysroot_path + binary_name
482 sysroot_path = args.s variable
/aosp_15_r20/external/bazelbuild-rules_rust/rust/
H A Dtoolchain.bzl589 sysroot_path = sysroot.sysroot_anchor.dirname
597 "RUST_SYSROOT": sysroot_path,
684 sysroot = sysroot_path,