Home
last modified time | relevance | path

Searched refs:testFile (Results 1 – 5 of 5) sorted by relevance

/build/soong/cmd/symbols_map/
Dsymbols_map_test.go31 type testFile struct {
39 inputs []testFile
53 inputs: []testFile{
88 inputs: []testFile{
124 inputs: []testFile{
142 inputs: []testFile{
/build/soong/mk2rbc/
Dsoong_variables_test.go36 testFile := filepath.Join(getTestDirectory(), "soong_variables.mk.test")
38 if err := FindSoongVariables(testFile, dirResolverForTest{}, &actual); err != nil {
Dconfig_variables_test.go45 testFile := filepath.Join(getTestDirectory(), "config_variables.mk.test")
47 if err := FindConfigVariables(testFile, &actual); err != nil {
/build/make/tools/compliance/
Dtest_util.go156 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/
Dbootstrap.go550 testFile := filepath.Join(testRoot, "test")
592 Outputs: []string{testFile},
604 Inputs: []string{testFile},