Lines Matching defs:filesystem
15 package filesystem package
37 type filesystem struct { struct
38 android.ModuleBase
39 android.PackagingBase
41 properties filesystemProperties
44 buildExtraFiles func(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths
46 output android.OutputPath
47 installDir android.InstallPath
98 func initFilesystemModule(module *filesystem) {
109 func (f *filesystem) DepsMutator(ctx android.BottomUpMutatorContext) {
122 func (f *filesystem) fsType(ctx android.ModuleContext) fsType {
137 func (f *filesystem) installFileName() string {
143 func (f *filesystem) GenerateAndroidBuildActions(ctx android.ModuleContext) {
160 func (f *filesystem) buildRootZip(ctx android.ModuleContext) android.OutputPath {
227 func (f *filesystem) buildImageUsingBuildImage(ctx android.ModuleContext) android.OutputPath {
263 func (f *filesystem) buildFileContexts(ctx android.ModuleContext) android.OutputPath {
273 …m) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDeps android.Paths) {
337 func (f *filesystem) buildCpioImage(ctx android.ModuleContext, compressed bool) android.OutputPath {
391 func (f *filesystem) AndroidMkEntries() []android.AndroidMkEntries {
407 func (f *filesystem) OutputFiles(tag string) (android.Paths, error) {
427 func (f *filesystem) OutputPath() android.Path {
431 func (f *filesystem) SignedOutputPath() android.Path {