Searched refs:Walk (Results 1 – 11 of 11) sorted by relevance
/build/soong/cmd/fileslist/ |
D | fileslist.go | 128 err = filepath.Walk(dir, func(path string, stat os.FileInfo, err error) error {
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 128 filepath.Walk(path, makeFileVisitor(fixRequest))
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 130 filepath.Walk(path, visitFile)
|
/build/soong/ui/build/ |
D | kati.go | 289 filepath.Walk(headerDir,
|
D | config.go | 645 err := filepath.Walk(buildDir, func(path string, info os.FileInfo, err error) error {
|
/build/blueprint/ |
D | context_test.go | 33 Walk() bool methodSpec 47 if dep.module.logicModule.(Walker).Walk() { 93 func (f *fooModule) Walk() bool { func 126 func (b *barModule) Walk() bool { func
|
/build/soong/cc/ |
D | cmakelists.go | 80 filepath.Walk(dir, linkAggregateCMakeListsFiles)
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 423 err = filepath.Walk(absDir, func(path string, info os.FileInfo, err error) error {
|
/build/soong/cmd/sbox/ |
D | sbox.go | 95 filepath.Walk(root, func(path string, info os.FileInfo, err error) error {
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 335 filepath.Walk(path, visitFile)
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 899 err = filepath.Walk(absDir, func(path string, info os.FileInfo, err error) error {
|