Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/compiler_wrapper/
H A Dconfig.go29 clangRootRelPath string member
139 clangRootRelPath: "../..",
170 clangRootRelPath: "../..",
190 clangRootRelPath: "../..",
217 clangRootRelPath: "./",
H A Dclang_flags_test.go49 ctx.cfg.clangRootRelPath = "somepath"
60 ctx.cfg.clangRootRelPath = "somepath"
71 ctx.cfg.clangRootRelPath = "somepath"
82 ctx.cfg.clangRootRelPath = "somepath"
96 ctx.cfg.clangRootRelPath = "somepath"
131 ctx.cfg.clangRootRelPath = "somepath"
302 ctx.cfg.clangRootRelPath = "somepath"
H A Dcommand.go163 rootPath = filepath.Join(filepath.Dir(absWrapperPath), cfg.clangRootRelPath)