Home
last modified time | relevance | path

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

/build/soong/xml/
Dxml.go72 return android.PathForModuleOut(ctx, p.PrebuiltEtc.SourceFilePath(ctx).Base()+"-timestamp")
86 Input: p.PrebuiltEtc.SourceFilePath(ctx),
98 Input: p.PrebuiltEtc.SourceFilePath(ctx),
114 Input: p.PrebuiltEtc.SourceFilePath(ctx),
/build/soong/cc/
Dfuzz.go336 SourceFilePath android.Path member
479 command.FlagWithInput("-f ", file.SourceFilePath)
524 command.FlagWithInput("-f ", fileToZip.SourceFilePath)
/build/soong/etc/
Dprebuilt_etc.go145 func (p *PrebuiltEtc) SourceFilePath(ctx android.ModuleContext) android.Path { func