Lines Matching defs:PrebuiltEtc
59 type PrebuiltEtc struct { struct
60 ModuleBase
62 properties prebuiltEtcProperties
64 sourceFilePath Path
65 outputFilePath OutputPath
67 installDirBase string
68 installDirPath OutputPath
69 additionalDependencies *Paths
72 func (p *PrebuiltEtc) inRecovery() bool {
76 func (p *PrebuiltEtc) onlyInRecovery() bool {
80 func (p *PrebuiltEtc) InstallInRecovery() bool {
84 func (p *PrebuiltEtc) DepsMutator(ctx BottomUpMutatorContext) {
90 func (p *PrebuiltEtc) SourceFilePath(ctx ModuleContext) Path {
96 func (p *PrebuiltEtc) SetAdditionalDependencies(paths Paths) {
100 func (p *PrebuiltEtc) OutputFile() OutputPath {
104 func (p *PrebuiltEtc) SubDir() string {
108 func (p *PrebuiltEtc) Installable() bool {
112 func (p *PrebuiltEtc) GenerateAndroidBuildActions(ctx ModuleContext) {
138 func (p *PrebuiltEtc) AndroidMk() AndroidMkData {
174 func InitPrebuiltEtcModule(p *PrebuiltEtc) {