Searched defs:FileSystem (Results 1 – 9 of 9) sorted by relevance
| /build/soong/ui/metrics/proc/ |
| D | status_linux.go | 16 func NewProcStatus(pid int, fileSystem fs.FileSystem) (*ProcStatus, error) {
|
| D | status_darwin.go | 9 func NewProcStatus(pid int, _ fs.FileSystem) (*ProcStatus, error) {
|
| /build/blueprint/pathtools/ |
| D | glob.go | 96 func startGlob(fs FileSystem, pattern string, excludes []string, 153 func glob(fs FileSystem, pattern string, hasRecursive bool,
|
| D | fs_test.go | 106 func runTestFs(t *testing.T, f func(t *testing.T, fs FileSystem, dir string)) {
|
| D | fs.go | 91 type FileSystem interface { interface 499 func listDirsRecursive(fs FileSystem, name string, follow ShouldFollowSymlinks) ([]string, error) { 525 func listDirsRecursiveRelative(fs FileSystem, name string, follow ShouldFollowSymlinks, depth int) …
|
| D | glob_test.go | 724 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {
|
| /build/soong/android/ |
| D | bazel_paths.go | 137 func directoryHasBlueprint(fs pathtools.FileSystem, prefix string, components []string, componentIn…
|
| /build/soong/finder/ |
| D | finder.go | 168 func New(cacheParams CacheParams, filesystem fs.FileSystem, 174 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem,
|
| /build/soong/finder/fs/ |
| D | fs.go | 50 type FileSystem interface { interface
|