Home
last modified time | relevance | path

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

/build/soong/common/
Dpaths.go288 type SourcePath struct { struct
292 var _ Path = SourcePath{}
296 func safePathForSource(ctx PathContext, path string) SourcePath {
298 ret := SourcePath{basePath{p, pathConfig(ctx)}}
322 func PathForSource(ctx PathContext, paths ...string) SourcePath {
324 ret := SourcePath{basePath{p, pathConfig(ctx)}}
361 path := SourcePath{basePath{p, pathConfig(ctx)}}
415 func (p SourcePath) String() string { argument
421 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath { argument
428 func (p SourcePath) OverlayPath(ctx AndroidModuleContext, path Path) OptionalPath { argument
[all …]
Dconfig.go267 func (c *config) ResourceOverlays() []SourcePath {
295 func (c *config) DefaultAppCertificateDir(ctx PathContext) SourcePath {
299 func (c *config) DefaultAppCertificate(ctx PathContext) SourcePath {
/build/soong/cc/
Dcc.go2021 …NdkLibDir(ctx common.AndroidModuleContext, toolchain Toolchain, version string) common.SourcePath {
2126 …tNdkStlLibDir(ctx common.AndroidModuleContext, toolchain Toolchain, stl string) common.SourcePath {