• Home
  • Raw
  • Download

Lines Matching defs:filesystem

15 package filesystem  package
42 type filesystem struct { struct
43 android.ModuleBase
44 android.PackagingBase
46 properties filesystemProperties
49 buildExtraFiles func(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths
52 filterPackagingSpecs func(specs map[string]android.PackagingSpec)
54 output android.OutputPath
55 installDir android.InstallPath
58 entries []string
120 func initFilesystemModule(module *filesystem) {
131 func (f *filesystem) DepsMutator(ctx android.BottomUpMutatorContext) {
144 func (f *filesystem) fsType(ctx android.ModuleContext) fsType {
159 func (f *filesystem) installFileName() string {
165 func (f *filesystem) GenerateAndroidBuildActions(ctx android.ModuleContext) {
182 func (f *filesystem) buildRootZip(ctx android.ModuleContext) android.OutputPath {
249 func (f *filesystem) buildImageUsingBuildImage(ctx android.ModuleContext) android.OutputPath {
293 func (f *filesystem) buildFileContexts(ctx android.ModuleContext) android.OutputPath {
304 func (f *filesystem) salt() string {
308 …m) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDeps android.Paths) {
383 func (f *filesystem) buildCpioImage(ctx android.ModuleContext, compressed bool) android.OutputPath {
437 func (f *filesystem) AndroidMkEntries() []android.AndroidMkEntries {
453 func (f *filesystem) OutputFiles(tag string) (android.Paths, error) {
473 func (f *filesystem) OutputPath() android.Path {
477 func (f *filesystem) SignedOutputPath() android.Path {
487 …esystem) gatherFilteredPackagingSpecs(ctx android.ModuleContext) map[string]android.PackagingSpec {
507 func (*filesystem) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool {