Home
last modified time | relevance | path

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

/external/openscreen/build/scripts/
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 …]
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
DTestMiniDumpUUID.py212 sysroot_path = os.path.join(self.getBuildDir(), "mock_sysroot")
215 so_dir = os.path.join(sysroot_path, "invalid", "path", "on", "current", "system")
219 self.runCmd("platform select remote-linux --sysroot '%s'" % sysroot_path)
232 sysroot_path = os.path.join(self.getBuildDir(), "mock_sysroot")
235 decoy_dir = os.path.join(sysroot_path, "invalid", "path", "on", "current", "system")
239 self.runCmd("platform select remote-linux --sysroot '%s'" % sysroot_path)
275 sysroot_path = os.path.join(self.getBuildDir(), "mock_sysroot")
276 lldbutil.mkdir_p(sysroot_path)
281 self.runCmd("platform select remote-linux --sysroot '%s'" % sysroot_path)
/external/webrtc/tools_webrtc/vim/
Dwebrtc.ycm_extra_conf.py260 sysroot_path = flag.lstrip('--sysroot=')
261 if sysroot_path.startswith('/'):
264 abs_path = os.path.normpath(os.path.join(out_dir, sysroot_path))
/external/autotest/site_utils/
Dtest_that.py285 sysroot_path = os.path.join('/build', arguments.board, '')
287 if not os.path.exists(sysroot_path):
289 'setup_board?' % sysroot_path), file=sys.stderr)
293 autotest_path = os.path.join(sysroot_path, path_ending)
/external/openscreen/build/config/
DBUILD.gn232 sysroot_path = rebase_path(sysroot, root_build_dir)
233 flags = [ "--sysroot=" + sysroot_path ]
249 [ sysroot_path ],
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py22 sysroot_path = None variable
38 return sysroot_path + binary_name
482 sysroot_path = args.s variable
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py919 self.sysroot_path = ""
929 self.sysroot_path = pargs.sys_root
933 return self.sysroot_path + path