Home
last modified time | relevance | path

Searched refs:gccRootRelPath (Results 1 – 3 of 3) sorted by relevance

/external/toolchain-utils/compiler_wrapper/
Dconfig.go30 gccRootRelPath string member
140 gccRootRelPath: "../../../../..",
171 gccRootRelPath: "../../../../..",
191 gccRootRelPath: "../..",
216 gccRootRelPath: "./",
Dsysroot_flag_test.go86 ctx.cfg.gccRootRelPath = "somepath"
98 ctx.cfg.gccRootRelPath = "somepath"
Dcommand.go161 rootPath = filepath.Join(filepath.Dir(absWrapperPath), cfg.gccRootRelPath)