Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dpackage_ctx.go129 p, err := safePathForSource(ctx, path)
145 p, err := safePathForSource(ctx, path)
162 p, err := safePathForSource(ctx, path)
H A Dpaths.go605 srcPath, err := safePathForSource(ctx, ctx.ModuleDir(), path[len(prefix):])
952 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { func
H A Dpaths_test.go994 {"safePathForSource", safePathForSource},