Searched refs:sysroot (Results 1 – 15 of 15) sorted by relevance
/aosp12/build/soong/makedeps/ |
H A D | deps_test.go | 216 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/errno.h \ 224 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/limits.h \ 232 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/stdio.h \ 237 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/libio.h \ 240 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/wchar.h \ 244 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/stdlib.h \ 247 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/endian.h \ 252 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/time.h \ 260 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alloca.h \ 298 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ctype.h \ [all …]
|
/aosp12/build/soong/rust/ |
H A D | testing.go | 60 sysroot: true, 72 sysroot: true, 84 sysroot: true, 96 sysroot: true, 108 sysroot: true, 120 sysroot: true, 157 sysroot: true,
|
H A D | library.go | 109 sysroot() bool 146 func (library *libraryDecorator) sysroot() bool { func 654 if library.rlib() && !library.sysroot() {
|
H A D | rust.go | 1167 if lib, ok := mod.compiler.(libraryInterface); !ok || !lib.sysroot() {
|
/aosp12/frameworks/compile/mclinker/lib/Core/ |
H A D | LinkerScript.cpp | 22 const mcld::sys::fs::Path& LinkerScript::sysroot() const { in sysroot() function in mcld::LinkerScript 23 return m_SearchDirs.sysroot(); in sysroot() 31 return !sysroot().empty(); in hasSysroot()
|
/aosp12/build/soong/cc/ |
H A D | cmakelists.go | 221 if c.sysroot != "" { 222 …rintf("include_directories(SYSTEM \"%s\")\n", buildCMakePath(path.Join(c.sysroot, "usr", "include"… 292 sysroot string member 299 sysroot: "", 396 compilerParameters.sysroot = params[i+1]
|
/aosp12/system/bt/ |
H A D | build.py | 128 self.sysroot = self.args.sysroot 227 base_file = os.path.join(self.sysroot, 'usr/share/libchrome/BASE_VER') 273 'sysroot': self.sysroot, 274 'libdir': os.path.join(self.sysroot, self.libdir),
|
/aosp12/frameworks/compile/mclinker/include/mcld/MC/ |
H A D | SearchDirs.h | 56 const sys::fs::Path& sysroot() const { return m_SysRoot; } in sysroot() function
|
/aosp12/frameworks/compile/mclinker/include/mcld/ |
H A D | LinkerScript.h | 77 const sys::fs::Path& sysroot() const;
|
/aosp12/frameworks/compile/mclinker/lib/Script/ |
H A D | GroupCmd.cpp | 101 path = script.sysroot(); in activate()
|
H A D | InputCmd.cpp | 112 path = script.sysroot(); in activate()
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_test.go | 112 sysroot: true, 119 sysroot: true,
|
/aosp12/frameworks/compile/mclinker/tools/mcld/ |
H A D | Options.td | 415 def Sysroot : Joined<["--"], "sysroot=">, 417 HelpText<"Use the given directory as the location of the sysroot">;
|
/aosp12/build/make/core/ |
H A D | binary.mk | 201 $(my_built_ndk)/sysroot/usr/include \ 202 $(my_built_ndk)/sysroot/usr/include/$(my_ndk_triple) \
|
H A D | Makefile | 146 ndk_headers := $(SOONG_OUT_DIR)/ndk/sysroot/usr/include 5322 @echo Package NDK sysroot...
|