Searched refs:Filesystem (Results 1 – 7 of 7) sorted by relevance
75 Filesystem *string `android:"path"` member193 img := android.PathForModuleSrc(ctx, proptools.String(p.Filesystem))225 var _ Filesystem = (*logicalPartition)(nil)
139 f, ok := p.(Filesystem)257 var _ Filesystem = (*vbmeta)(nil)
416 type Filesystem interface { interface425 var _ Filesystem = (*filesystem)(nil)
277 var _ Filesystem = (*bootimg)(nil)
447 args.Filesystem = mockFs560 args.Filesystem = mockFs
252 Filesystem pathtools.FileSystem member272 fs: args.Filesystem,
1571 …esystem(ctx android.BaseModuleContext, buildFile android.Path, fs filesystem.Filesystem) apexFile { argument1771 if fs, ok := child.(filesystem.Filesystem); ok {