Searched refs:testFile (Results 1 – 5 of 5) sorted by relevance
/build/soong/cmd/symbols_map/ |
D | symbols_map_test.go | 31 type testFile struct { 39 inputs []testFile 53 inputs: []testFile{ 88 inputs: []testFile{ 124 inputs: []testFile{ 142 inputs: []testFile{
|
/build/soong/mk2rbc/ |
D | soong_variables_test.go | 36 testFile := filepath.Join(getTestDirectory(), "soong_variables.mk.test") 38 if err := FindSoongVariables(testFile, dirResolverForTest{}, &actual); err != nil {
|
D | config_variables_test.go | 45 testFile := filepath.Join(getTestDirectory(), "config_variables.mk.test") 47 if err := FindConfigVariables(testFile, &actual); err != nil {
|
/build/make/tools/compliance/ |
D | test_util.go | 156 return &testFile{fs, name, 0}, nil 160 type testFile struct { struct 167 func (f *testFile) Stat() (fs.FileInfo, error) { argument 172 func (f *testFile) Read(b []byte) (int, error) { argument 185 func (f *testFile) Close() error { argument
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 550 testFile := filepath.Join(testRoot, "test") 592 Outputs: []string{testFile}, 604 Inputs: []string{testFile},
|