Home
last modified time | relevance | path

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

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