Home | History | Annotate | Download | only in cc

Lines Matching refs:sysroot

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 instead
157 // "include/foo", it would have installed $SYSROOT/usr/include/bar/baz.h.
160 // Install path within the sysroot. This is relative to usr/include.
219 // TODO(http://b/35673191): Update the versioner to use a --sysroot.