Home
last modified time | relevance | path

Searched refs:goldenFile (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/compiler_wrapper/
Dcros_hardened_config_test.go47 runGoldenRecords(ctx, crosHardenedNoCCacheGoldenDir, []goldenFile{
72 runGoldenRecords(ctx, crosHardenedLlvmNextGoldenDir, []goldenFile{
83 func createSyswrapperGoldenInputs(ctx *testContext) []goldenFile {
88 return []goldenFile{
107 func createGoldenInputsForAllTargets(compiler string, args ...string) goldenFile {
109 return goldenFile{
152 func createBisectGoldenInputs(compiler string) goldenFile {
153 return goldenFile{
186 func createForceDisableWErrorGoldenInputs() goldenFile {
187 return goldenFile{
[all …]
Dcros_host_config_test.go29 goldenFiles := []goldenFile{
61 goldenFiles := []goldenFile{
72 func createClangHostWrapperInputs() goldenFile {
73 return goldenFile{
84 func createGccHostWrapperInputs() goldenFile {
85 return goldenFile{
Dgoldenutil_test.go23 type goldenFile struct { struct
57 func runGoldenRecords(ctx *testContext, goldenDir string, files []goldenFile) { argument
98 func filterGoldenRecords(pattern string, files []goldenFile) []goldenFile { argument
100 newFiles := []goldenFile{}
116 func fillGoldenResults(ctx *testContext, files []goldenFile) []goldenFile { argument
117 newFiles := []goldenFile{}
Dandroid_config_test.go25 runGoldenRecords(ctx, androidGoldenDir, []goldenFile{
33 func createAndroidClangPathGoldenInputs(ctx *testContext) goldenFile {
43 return goldenFile{
93 func createAndroidCompileWithFallbackGoldenInputs(ctx *testContext) goldenFile {
100 return goldenFile{