Home
last modified time | relevance | path

Searched defs:FileSystem (Results 1 – 9 of 9) sorted by relevance

/build/soong/ui/metrics/proc/
Dstatus_linux.go16 func NewProcStatus(pid int, fileSystem fs.FileSystem) (*ProcStatus, error) {
Dstatus_darwin.go9 func NewProcStatus(pid int, _ fs.FileSystem) (*ProcStatus, error) {
/build/blueprint/pathtools/
Dglob.go96 func startGlob(fs FileSystem, pattern string, excludes []string,
153 func glob(fs FileSystem, pattern string, hasRecursive bool,
Dfs_test.go106 func runTestFs(t *testing.T, f func(t *testing.T, fs FileSystem, dir string)) {
Dfs.go91 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) …
Dglob_test.go724 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {
/build/soong/android/
Dbazel_paths.go137 func directoryHasBlueprint(fs pathtools.FileSystem, prefix string, components []string, componentIn…
/build/soong/finder/
Dfinder.go168 func New(cacheParams CacheParams, filesystem fs.FileSystem,
174 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem,
/build/soong/finder/fs/
Dfs.go50 type FileSystem interface { interface