Home | History | Annotate | Download | only in cc

Lines Matching refs:sysroot

58 	// Will install $SYSROOT/usr/include/foo/bar/baz.h. If `from` were instead
59 // "include/foo", it would have installed $SYSROOT/usr/include/bar/baz.h.
62 // Install path within the sysroot. This is relative to usr/include.
86 // Output path is the sysroot base + "usr/include" + to directory + directory component
90 // sysroot base = "ndk/sysroot"
94 // output path = "ndk/sysroot/usr/include/bar/woodly/doodly.h"
109 // full/platform/path/to/sysroot/usr/include/bar/woodly
112 // full/platform/path/to/sysroot/usr/include/bar/woodly/doodly.h
166 // Will install $SYSROOT/usr/include/foo/bar/baz.h. If `from` were instead
167 // "include/foo", it would have installed $SYSROOT/usr/include/bar/baz.h.
170 // Install path within the sysroot. This is relative to usr/include.
229 // TODO(http://b/35673191): Update the versioner to use a --sysroot.