Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dglob_test.go492 testGlob(t, mock, testCase, FollowSymlinks)
502 testGlob(t, OsFs, testCase, FollowSymlinks)
551 testGlob(t, mock, testCase, FollowSymlinks)
562 testGlob(t, OsFs, testCase, FollowSymlinks)
600 testGlob(t, mock, testCase, FollowSymlinks)
611 testGlob(t, OsFs, testCase, FollowSymlinks)
Dglob.go346 matches, deps, err = Glob(filepath.Join(prefix, pattern), nil, FollowSymlinks)
390 files, deps, err := Glob(glob, excludes, FollowSymlinks)
Dfs_test.go214 got, err := fs.ListDirsRecursive(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.go660 files, deps, err = pathtools.Glob(path.String(), nil, pathtools.FollowSymlinks)