Home
last modified time | relevance | path

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

/build/soong/android/
Dpackage_ctx.go127 p, err := safePathForSource(ctx, path)
143 p, err := safePathForSource(ctx, path)
160 p, err := safePathForSource(ctx, path)
Dpaths.go452 srcPath, err := safePathForSource(ctx, ctx.ModuleDir(), path[len(prefix):])
739 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { func
Dpaths_test.go827 {"safePathForSource", safePathForSource},