Home
last modified time | relevance | path

Searched refs:FileSystem (Results 1 – 10 of 10) sorted by relevance

/build/blueprint/pathtools/
Dfs_test.go106 func runTestFs(t *testing.T, f func(t *testing.T, fs FileSystem, dir string)) { argument
111 run := func(t *testing.T, fs FileSystem) {
189 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) {
231 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) {
277 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) {
340 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) {
401 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) {
469 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) {
527 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) {
Dfs.go39 var OsFs FileSystem = &osFs{}
41 func MockFs(files map[string][]byte) FileSystem {
91 type FileSystem interface { interface
130 func NewOsFs(path string) FileSystem {
499 func listDirsRecursive(fs FileSystem, name string, follow ShouldFollowSymlinks) ([]string, error) { argument
525 func listDirsRecursiveRelative(fs FileSystem, name string, follow ShouldFollowSymlinks, depth int) … argument
Dglob.go47 func startGlob(fs FileSystem, pattern string, excludes []string, argument
105 func glob(fs FileSystem, pattern string, hasRecursive bool, argument
/build/blueprint/
Dsingleton_ctx.go149 Fs() pathtools.FileSystem
350 func (s *singletonContext) Fs() pathtools.FileSystem {
Dmodule_ctx.go176 Fs() pathtools.FileSystem
438 func (d *baseModuleContext) Fs() pathtools.FileSystem {
Dcontext.go118 fs pathtools.FileSystem
948 func (c *Context) SetFs(fs pathtools.FileSystem) {
/build/soong/finder/fs/
Dfs.go30 var OsFs FileSystem = osFs{}
50 type FileSystem interface { interface
95 var _ FileSystem = (*osFs)(nil)
194 var _ FileSystem = (*MockFs)(nil)
/build/soong/zip/
Dzip.go79 fs pathtools.FileSystem
195 fs pathtools.FileSystem
224 Filesystem pathtools.FileSystem
/build/soong/finder/
Dfinder.go148 filesystem fs.FileSystem
165 func New(cacheParams CacheParams, filesystem fs.FileSystem, argument
171 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem, argument
/build/soong/android/
Dconfig.go112 fs pathtools.FileSystem