HomeSort by relevance Sort by last modified time
    Searched refs:sysroot (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/autotest/client/cros/
factory_setup_modules.py 11 # If SYSROOT is present, also look in
12 # $SYSROOT/usr/local/factory/py_pkg (necessary during the build step).
13 sysroot = os.environ.get('SYSROOT') variable
14 extra_path = ([os.path.join(sysroot, 'usr/local/factory/py_pkg')]
15 if sysroot else [])
  /frameworks/compile/mclinker/lib/Core/
LinkerScript.cpp 22 const mcld::sys::fs::Path& LinkerScript::sysroot() const { function in class:mcld::LinkerScript
23 return m_SearchDirs.sysroot();
31 return !sysroot().empty();
  /development/scripts/
gdbclient.py 109 def ensure_linker(device, sysroot, is64bit):
110 local_path = os.path.join(sysroot, "system", "bin", "linker")
119 def handle_switches(args, sysroot):
124 sysroot: Local sysroot path.
156 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
161 binary_file, local = gdbrunner.find_binary(device, pid, sysroot,
168 " symbols may not be available.".format(sysroot))
172 def generate_gdb_script(sysroot, binary_file, is64bit, port, connect_timeout=5):
176 symbols_dir = os.path.join(sysroot, "system", "lib64" if is64bit else "lib"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
unixccompiler.py 92 sysroot = None
95 sysroot = cc_args[idx+1]
98 sysroot = compiler_so[idx+1]
100 if sysroot and not os.path.isdir(sysroot):
102 sysroot)
315 sysroot = '/'
317 sysroot = m.group(1)
330 shared = os.path.join(sysroot, dir[1:], shared_f)
331 dylib = os.path.join(sysroot, dir[1:], dylib_f)
    [all...]
  /external/python/cpython2/Lib/
_osx_support.py 351 sysroot = None
354 sysroot = cc_args[idx+1]
357 sysroot = compiler_so[idx+1]
359 if sysroot and not os.path.isdir(sysroot):
362 sysroot)
  /external/python/cpython2/Lib/distutils/
unixccompiler.py 277 sysroot = '/'
279 sysroot = m.group(1)
293 shared = os.path.join(sysroot, dir[1:], shared_f)
294 dylib = os.path.join(sysroot, dir[1:], dylib_f)
295 static = os.path.join(sysroot, dir[1:], static_f)
296 xcode_stub = os.path.join(sysroot, dir[1:], xcode_stub_f)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_osx_support.py 345 sysroot = None
348 sysroot = cc_args[idx+1]
351 sysroot = compiler_so[idx+1]
353 if sysroot and not os.path.isdir(sysroot):
356 sysroot)
  /prebuilts/gdb/linux-x86/lib/python2.7/
_osx_support.py 345 sysroot = None
348 sysroot = cc_args[idx+1]
351 sysroot = compiler_so[idx+1]
353 if sysroot and not os.path.isdir(sysroot):
356 sysroot)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 345 sysroot = None
348 sysroot = cc_args[idx+1]
351 sysroot = compiler_so[idx+1]
353 if sysroot and not os.path.isdir(sysroot):
356 sysroot)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 345 sysroot = None
348 sysroot = cc_args[idx+1]
351 sysroot = compiler_so[idx+1]
353 if sysroot and not os.path.isdir(sysroot):
356 sysroot)
  /build/soong/cc/
ndk_headers.go 57 // Will install $SYSROOT/usr/include/foo/bar/baz.h. If `from` were instead
58 // "include/foo", it would have installed $SYSROOT/usr/include/bar/baz.h.
61 // Install path within the sysroot. This is relative to usr/include.
85 // Output path is the sysroot base + "usr/include" + to directory + directory component
89 // sysroot base = "ndk/sysroot"
93 // output path = "ndk/sysroot/usr/include/bar/woodly/doodly.h"
108 // full/platform/path/to/sysroot/usr/include/bar/woodly
111 // full/platform/path/to/sysroot/usr/include/bar/woodly/doodly.h
156 // Will install $SYSROOT/usr/include/foo/bar/baz.h. If `from` were instea
    [all...]
cmakelists.go 189 if c.sysroot != "" {
190 f.WriteString(fmt.Sprintf("include_directories(SYSTEM \"%s\")\n", buildCMakePath(path.Join(c.sysroot, "usr", "include"))))
248 sysroot string
253 sysroot: "",
270 if strings.HasPrefix(parameter, "--sysroot") {
321 compilerParameters.sysroot = params[i+1]
371 if c2.sysroot != "" {
372 c1.sysroot = c2.sysroot
ndk_sysroot.go 29 // indicates where in the sysroot they should reside relative to usr/include.
74 // Returns the main install directory for the NDK sysroot. Usable with --sysroot.
76 return getNdkInstallBase(ctx).Join(ctx, "sysroot")
  /frameworks/compile/mclinker/include/mcld/MC/
SearchDirs.h 56 const sys::fs::Path& sysroot() const { return m_SysRoot; } function in class:mcld::SearchDirs
  /prebuilts/misc/linux-x86/analyzer/bin/
ccc-syntax 66 # everything in command line, host tools have their own sysroot and --sysroot
95 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include
102 -I prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include
cxx-syntax 63 # everything in command line, host tools have their own sysroot and --sysroot
95 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include
105 -I prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include
  /development/python-packages/gdbrunner/
__init__.py 189 def find_file(device, executable_path, sysroot, run_as_cmd=None):
199 sysroot: absolute path to the built symbol sysroot.
216 yield (sysroot + executable_path, True)
221 yield (sysroot + target, True)
275 def find_binary(device, pid, sysroot, run_as_cmd=None):
277 return find_file(device, "/proc/{}/exe".format(pid), sysroot, run_as_cmd)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
unixccompiler.py 269 sysroot = '/'
271 sysroot = m.group(1)
284 shared = os.path.join(sysroot, dir[1:], shared_f)
285 dylib = os.path.join(sysroot, dir[1:], dylib_f)
286 static = os.path.join(sysroot, dir[1:], static_f)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
unixccompiler.py 269 sysroot = '/'
271 sysroot = m.group(1)
284 shared = os.path.join(sysroot, dir[1:], shared_f)
285 dylib = os.path.join(sysroot, dir[1:], dylib_f)
286 static = os.path.join(sysroot, dir[1:], static_f)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 259 sysroot = '/'
261 sysroot = m.group(1)
274 shared = os.path.join(sysroot, dir[1:], shared_f)
275 dylib = os.path.join(sysroot, dir[1:], dylib_f)
276 static = os.path.join(sysroot, dir[1:], static_f)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 259 sysroot = '/'
261 sysroot = m.group(1)
274 shared = os.path.join(sysroot, dir[1:], shared_f)
275 dylib = os.path.join(sysroot, dir[1:], dylib_f)
276 static = os.path.join(sysroot, dir[1:], static_f)
  /toolchain/binutils/binutils-2.25/gold/
options.cc 718 // If the default sysroot is relocatable, try relocating it based on
737 // Return the default sysroot. This is set by the --with-sysroot
745 const char* sysroot = TARGET_SYSTEM_ROOT; local
746 if (*sysroot == '\0')
758 return sysroot;
948 // Add the sysroot, if any, to the search paths.
953 if (this->sysroot() == NULL || this->sysroot()[0] == '\0')
956 if (this->sysroot() == NULL || this->sysroot()[0] == '\0'
    [all...]
  /build/soong/cc/config/
x86_linux_host.go 81 "--sysroot ${LinuxGccRoot}/sysroot",
87 "--sysroot ${LinuxGccRoot}/sysroot",
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 76 /// sysroot
77 const sys::fs::Path& sysroot() const;
  /external/python/cpython2/
setup.py 53 sysroot = '/'
55 sysroot = m.group(1)
56 return sysroot
81 sysroot = macosx_sdk_root()
88 f = os.path.join(sysroot, dir[1:], filename)
97 f = os.path.join(sysroot, dir[1:], filename)
111 sysroot = macosx_sdk_root()
136 if os.path.join(sysroot, p[1:]) == dirname:
149 if os.path.join(sysroot, p[1:]) == dirname:
1137 sysroot = macosx_sdk_root() variable in class:PyBuildExt.detect_modules.db_found
1234 sysroot = macosx_sdk_root() variable in class:PyBuildExt.detect_modules.db_found
    [all...]

Completed in 797 milliseconds

1 2 3 4 5 6