• Home
  • Raw
  • Download

Lines Matching defs:filesystem

15 package filesystem  package
86 type filesystem struct { struct
87 android.ModuleBase
88 android.PackagingBase
89 android.DefaultableModuleBase
91 properties FilesystemProperties
93 output android.Path
94 installDir android.InstallPath
96 fileListFile android.Path
99 entries []string
101 filesystemBuilder filesystemBuilder
103 selinuxFc android.Path
302 func initFilesystemModule(module android.DefaultableModule, filesystemModule *filesystem) {
344 func (f *filesystem) setDevNodesDescriptionProp() {
350 func (f *filesystem) DepsMutator(ctx android.BottomUpMutatorContext) {
525 func (f *filesystem) fsType(ctx android.ModuleContext) fsType {
534 func (f *filesystem) installFileName() string {
538 func (f *filesystem) partitionName() string {
542 func (f *filesystem) FilterPackagingSpec(ps android.PackagingSpec) bool {
562 func (f *filesystem) ModifyPackagingSpec(ps *android.PackagingSpec) {
608 func (f *filesystem) GenerateAndroidBuildActions(ctx android.ModuleContext) {
767 func (f *filesystem) fileystemStagingDirTimestamp(ctx android.ModuleContext) android.WritablePath {
771 …stemConfig(ctx android.ModuleContext, rootDir android.Path, rebasedDir android.Path) android.Path {
795 func (f *filesystem) setVbmetaPartitionProvider(ctx android.ModuleContext) {
820 func (f *filesystem) getMapFile(ctx android.ModuleContext) android.WritablePath {
825 func (f *filesystem) validateVintfFragments(ctx android.ModuleContext) {
862 func (f *filesystem) appendToEntry(ctx android.ModuleContext, installedFile android.Path) {
871 func (f *filesystem) installedFilesList() string {
897 func (f *filesystem) buildNonDepsFiles(
977 …ilder, specs map[string]android.PackagingSpec, rootDir, rebasedDir android.WritablePath) []string {
998 func (f *filesystem) rootDirString() string {
1011 func (f *filesystem) buildImageUsingBuildImage(
1048 …ctx android.ModuleContext, builder *android.RuleBuilder, inputPropFile android.Path) android.Path {
1057 func (f *filesystem) buildFileContexts(ctx android.ModuleContext) android.Path {
1067 func (f *filesystem) buildPropFile(ctx android.ModuleContext) (android.Path, android.Paths) {
1177 func (f *filesystem) buildPropFileForMiscInfo(ctx android.ModuleContext) android.Path {
1250 func (f *filesystem) getAvbAddHashtreeFooterArgs(ctx android.ModuleContext) string {
1277 func (f *filesystem) checkFsTypePropertyError(ctx android.ModuleContext, t fsType, fs string) {
1317 func (f *filesystem) hasOrIsRecovery(ctx android.ModuleContext) bool {
1330 func (f *filesystem) buildCpioImage(
1395 func (f *filesystem) buildEventLogtagsFile(
1418 func (f *filesystem) BuildLinkerConfigFile(
1442 func (f *filesystem) ShouldUseVintfFragmentModuleOnly() bool {
1450 func (f *filesystem) PartitionType() string {
1459 func (f *filesystem) AndroidMkEntries() []android.AndroidMkEntries {
1486 func (f *filesystem) OutputPath() android.Path {
1490 func (f *filesystem) SignedOutputPath() android.Path {
1500 …esystem) gatherFilteredPackagingSpecs(ctx android.ModuleContext) map[string]android.PackagingSpec {
1504 func (f *filesystem) gatherOwners(specs map[string]android.PackagingSpec) []InstalledModuleInfo {
1518 func (f *filesystem) systemOtherFiles(ctx android.ModuleContext) map[string]android.PackagingSpec {
1542 func (*filesystem) IsNativeCoverageNeeded(ctx cc.IsNativeCoverageNeededContext) bool {
1585 … getLibsForLinkerConfig(ctx android.ModuleContext) ([]android.ModuleProxy, []android.ModuleProxy) {
1685 func (f *filesystem) MakeVars(ctx android.MakeVarsModuleContext) []android.ModuleMakeVarsValue {