Searched refs:absWrapperPath (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/toolchain-utils/compiler_wrapper/ |
H A D | command.go | 155 absWrapperPath, err := getAbsWrapperPath(env, cmd) 161 rootPath = filepath.Join(filepath.Dir(absWrapperPath), cfg.gccRootRelPath) 163 rootPath = filepath.Join(filepath.Dir(absWrapperPath), cfg.clangRootRelPath) 171 absWrapperPath: absWrapperPath, 184 absWrapperPath string member 226 absWrapperPath: builder.absWrapperPath,
|
H A D | compiler_wrapper_test.go | 224 absWrapperPath string 229 absWrapperPath: "/bar/baz", 234 absWrapperPath: "/bar/baz", 239 absWrapperPath: "/bar/baz", 244 absWrapperPath: "/bar/baz", 250 …if result := calculateAndroidWrapperPath(tc.mainBuilderPath, tc.absWrapperPath); result != tc.want… 251 …wrapper path with (%q, %q); got %q, want %q", tc.mainBuilderPath, tc.absWrapperPath, result, tc.wa…
|
H A D | compiler_wrapper.go | 52 func calculateAndroidWrapperPath(mainBuilderPath string, absWrapperPath string) string { 60 basePart := filepath.Base(absWrapperPath) + ".real" 153 mainBuilder.path = calculateAndroidWrapperPath(mainBuilder.path, mainBuilder.absWrapperPath) 252 return compileWithFallback(env, cfg, compilerCmd, mainBuilder.absWrapperPath)
|
H A D | compile_with_fallback.go | 28 func compileWithFallback(env env, cfg *config, originalCmd *command, absWrapperPath string) (exitCo… 99 Path: filepath.Join(prebuiltCompilerPath, filepath.Base(absWrapperPath)),
|
H A D | clang_flags.go | 21 clangDir = filepath.Dir(builder.absWrapperPath)
|