Home
last modified time | relevance | path

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

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