Home
last modified time | relevance | path

Searched defs:filesystem (Results 1 – 7 of 7) sorted by relevance

/build/soong/filesystem/
Dfilesystem.go15 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) {
[all …]
Dsystem_image.go15 package filesystem package
23 filesystem anonMember
Dfilesystem_test.go15 package filesystem package
Dlogical_partition.go15 package filesystem package
Dbootimg.go15 package filesystem package
Dvbmeta.go15 package filesystem package
/build/soong/finder/
Dfinder.go151 filesystem fs.FileSystem member