Home
last modified time | relevance | path

Searched refs:SourceFilePath (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/xml/
H A Dxml.go76 return android.PathForModuleOut(ctx, p.PrebuiltEtc.SourceFilePath(ctx).Base()+"-timestamp")
90 Input: p.PrebuiltEtc.SourceFilePath(ctx),
102 Input: p.PrebuiltEtc.SourceFilePath(ctx),
118 Input: p.PrebuiltEtc.SourceFilePath(ctx),
/aosp12/build/soong/rust/
H A Dfuzz.go114 SourceFilePath android.Path member
217 command.FlagWithInput("-f ", file.SourceFilePath)
262 command.FlagWithInput("-f ", fileToZip.SourceFilePath)
/aosp12/build/soong/cc/
H A Dfuzz.go373 SourceFilePath android.Path member
517 command.FlagWithInput("-f ", file.SourceFilePath)
562 command.FlagWithInput("-f ", fileToZip.SourceFilePath)
/aosp12/build/soong/etc/
H A Dprebuilt_etc.go230 func (p *PrebuiltEtc) SourceFilePath(ctx android.ModuleContext) android.Path { func