Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1514 rel, isRel := MaybeRel(ctx, basePath, targetPath)
1524 func MaybeRel(ctx PathContext, basePath string, targetPath string) (string, bool) { func
Dpaths_test.go783 out, isRel := MaybeRel(ctx, testCase.base, testCase.target)