Lines Matching defs:filesystem
15 package filesystem package
62 type filesystem struct { struct
63 android.ModuleBase
64 android.PackagingBase
65 android.DefaultableModuleBase
67 properties FilesystemProperties
69 output android.Path
70 installDir android.InstallPath
72 fileListFile android.Path
75 entries []string
77 filesystemBuilder filesystemBuilder
243 func initFilesystemModule(module android.DefaultableModule, filesystemModule *filesystem) {
283 func (f *filesystem) setDevNodesDescriptionProp() {
289 func (f *filesystem) DepsMutator(ctx android.BottomUpMutatorContext) {
342 func (f *filesystem) fsType(ctx android.ModuleContext) fsType {
351 func (f *filesystem) installFileName() string {
355 func (f *filesystem) partitionName() string {
359 func (f *filesystem) FilterPackagingSpec(ps android.PackagingSpec) bool {
372 func (f *filesystem) ModifyPackagingSpec(ps *android.PackagingSpec) {
389 func (f *filesystem) GenerateAndroidBuildActions(ctx android.ModuleContext) {
422 func (f *filesystem) validateVintfFragments(ctx android.ModuleContext) {
459 func (f *filesystem) appendToEntry(ctx android.ModuleContext, installedFile android.Path) {
468 func (f *filesystem) installedFilesList() string {
493 …NonDepsFiles(ctx android.ModuleContext, builder *android.RuleBuilder, rootDir android.OutputPath) {
523 …ilder, specs map[string]android.PackagingSpec, rootDir, rebasedDir android.WritablePath) []string {
542 …roductOut(ctx android.ModuleContext, builder *android.RuleBuilder, rebasedDir android.OutputPath) {
550 func (f *filesystem) buildImageUsingBuildImage(ctx android.ModuleContext) android.Path {
603 func (f *filesystem) buildFileContexts(ctx android.ModuleContext) android.Path {
614 func (f *filesystem) salt() string {
618 func (f *filesystem) buildPropFile(ctx android.ModuleContext) (android.Path, android.Paths) {
746 func (f *filesystem) checkFsTypePropertyError(ctx android.ModuleContext, t fsType, fs string) {
764 func (f *filesystem) buildCpioImage(ctx android.ModuleContext, compressed bool) android.Path {
837 … addMakeBuiltFiles(ctx android.ModuleContext, builder *android.RuleBuilder, rootDir android.Path) {
858 …gtagsFile(ctx android.ModuleContext, builder *android.RuleBuilder, rebasedDir android.OutputPath) {
891 …onfigFile(ctx android.ModuleContext, builder *android.RuleBuilder, rebasedDir android.OutputPath) {
903 func (f *filesystem) ShouldUseVintfFragmentModuleOnly() bool {
911 func (f *filesystem) PartitionType() string {
920 func (f *filesystem) AndroidMkEntries() []android.AndroidMkEntries {
947 func (f *filesystem) OutputPath() android.Path {
951 func (f *filesystem) SignedOutputPath() android.Path {
961 …esystem) gatherFilteredPackagingSpecs(ctx android.ModuleContext) map[string]android.PackagingSpec {
978 func (*filesystem) IsNativeCoverageNeeded(ctx cc.IsNativeCoverageNeededContext) bool {
1017 …ilesystem) getLibsForLinkerConfig(ctx android.ModuleContext) ([]android.Module, []android.Module) {