Home
last modified time | relevance | path

Searched refs:sourceFilePath (Results 1 – 2 of 2) sorted by relevance

/build/soong/etc/
Dprebuilt_etc.go82 sourceFilePath android.Path member
175 p.sourceFilePath = android.PathForModuleSrc(ctx, android.String(p.properties.Src))
180 filename = p.sourceFilePath.Base()
207 Input: p.sourceFilePath,
/build/soong/sh/
Dsh_binary.go98 sourceFilePath android.Path member
143 s.sourceFilePath = android.PathForModuleSrc(ctx, proptools.String(s.properties.Src))
148 filename = s.sourceFilePath.Base()
163 Input: s.sourceFilePath,