Home
last modified time | relevance | path

Searched refs:Filesystem (Results 1 – 7 of 7) sorted by relevance

/build/soong/filesystem/
Dlogical_partition.go75 Filesystem *string `android:"path"` member
193 img := android.PathForModuleSrc(ctx, proptools.String(p.Filesystem))
225 var _ Filesystem = (*logicalPartition)(nil)
Dvbmeta.go139 f, ok := p.(Filesystem)
257 var _ Filesystem = (*vbmeta)(nil)
Dfilesystem.go416 type Filesystem interface { interface
425 var _ Filesystem = (*filesystem)(nil)
Dbootimg.go277 var _ Filesystem = (*bootimg)(nil)
/build/soong/zip/
Dzip_test.go447 args.Filesystem = mockFs
560 args.Filesystem = mockFs
Dzip.go252 Filesystem pathtools.FileSystem member
272 fs: args.Filesystem,
/build/soong/apex/
Dapex.go1571 …esystem(ctx android.BaseModuleContext, buildFile android.Path, fs filesystem.Filesystem) apexFile { argument
1771 if fs, ok := child.(filesystem.Filesystem); ok {