Home
last modified time | relevance | path

Searched refs:calculateAndroidWrapperPath (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/toolchain-utils/compiler_wrapper/
H A Dcompiler_wrapper.go52 func calculateAndroidWrapperPath(mainBuilderPath string, absWrapperPath string) string { func
153 mainBuilder.path = calculateAndroidWrapperPath(mainBuilder.path, mainBuilder.absWrapperPath)
H A Dcompiler_wrapper_test.go250 …if result := calculateAndroidWrapperPath(tc.mainBuilderPath, tc.absWrapperPath); result != tc.want…