Searched defs:MockFS (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | fixture.go | 168 type MockFS map[string][]byte type 292 func FixtureModifyMockFS(mutator func(fs MockFS)) FixturePreparer { 306 func FixtureMergeMockFs(mockFS MockFS) FixturePreparer { 690 MockFS() MockFS methodSpec 873 func (f *fixture) MockFS() MockFS { func
|
H A D | license_test.go | 225 func testLicense(t *testing.T, fs MockFS, expectedErrors []string) {
|
/aosp_15_r20/build/soong/cc/ |
H A D | prebuilt_test.go | 31 func testPrebuilt(t *testing.T, bp string, fs android.MockFS, handlers ...android.FixturePreparer) …
|
/aosp_15_r20/build/soong/sdk/ |
H A D | testing.go | 103 func testSdkWithFs(t *testing.T, bp string, fs android.MockFS) *android.TestResult {
|
/aosp_15_r20/build/soong/java/ |
H A D | java_test.go | 80 func testJavaWithFS(t *testing.T, bp string, fs android.MockFS) (*android.TestContext, android.Conf…
|
/aosp_15_r20/build/soong/apex/ |
H A D | apex_test.go | 83 func withFiles(files android.MockFS) android.FixturePreparer {
|