Home
last modified time | relevance | path

Searched refs:FollowSymlinks (Results 1 – 6 of 6) sorted by relevance

/build/blueprint/pathtools/
Dglob_test.go501 testGlob(t, mock, testCase, FollowSymlinks)
511 testGlob(t, OsFs, testCase, FollowSymlinks)
560 testGlob(t, mock, testCase, FollowSymlinks)
571 testGlob(t, OsFs, testCase, FollowSymlinks)
609 testGlob(t, mock, testCase, FollowSymlinks)
620 testGlob(t, OsFs, testCase, FollowSymlinks)
Dglob.go318 matches, deps, err = Glob(filepath.Join(prefix, pattern), nil, FollowSymlinks)
362 files, deps, err := Glob(glob, excludes, FollowSymlinks)
Dfs_test.go234 got, err := fs.ListDirsRecursive(filepath.Join(dir, test.name), FollowSymlinks)
Dfs.go35 FollowSymlinks = ShouldFollowSymlinks(true) const
/build/blueprint/
Dglob.go64 files, deps, err := c.fs.Glob(pattern, excludes, pathtools.FollowSymlinks)
/build/soong/android/
Dpaths.go783 files, deps, err = ctx.Config().fs.Glob(path.String(), nil, pathtools.FollowSymlinks)