Home
last modified time | relevance | path

Searched defs:SourcePath (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dpaths.go1266 type SourcePath struct { struct
1267 basePath
1272 func (p SourcePath) withRel(rel string) SourcePath {
1277 func (p SourcePath) RelativeToTop() Path {
1319 func existsWithDependencies(ctx PathGlobContext, path SourcePath) (exists bool, err error) {
1417 func (p SourcePath) String() string {
1424 func (p SourcePath) WithoutRel() Path {
1431 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
1440 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
1699 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
[all …]
/build/soong/filesystem/
Dfilesystem.go493 SourcePath android.Path member