Searched refs:walk (Results 1 – 13 of 13) sorted by relevance
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 158 var walk func(structValue reflect.Value, prefix string) 159 walk = func(structValue reflect.Value, prefix string) { 177 walk(fieldValue, prefix+proptools.PropertyNameForField(field.Name)+".") 193 walk(elem, nestPoint+".") 203 walk(s, "")
|
/build/soong/android/ |
D | depset.go | 130 func (d *DepSet) walk(visit func(Paths)) { func 161 d.walk(func(paths Paths) {
|
/build/make/tools/ |
D | findleaves.py | 32 for root, dirs, files in os.walk(rootdir, followlinks=True):
|
D | generate-notice-files.py | 236 for root, dir, files in os.walk(input_dir):
|
D | java-layers.py | 179 for root, dirs, files in os.walk(d):
|
D | mk2bp_catalog.py | 140 for root, dirs, files in os.walk(cwd):
|
/build/make/tools/releasetools/ |
D | test_check_target_files_vintf.py | 78 for root, _, files in os.walk(test_delta_dir):
|
D | check_target_files_signatures | 139 for dirpath, _, filenames in os.walk(top): 317 for dirpath, _, filenames in os.walk(d):
|
D | check_target_files_signatures.py | 139 for dirpath, _, filenames in os.walk(top): 317 for dirpath, _, filenames in os.walk(d):
|
D | test_merge_target_files.py | 77 for dirpath, _, filenames in os.walk(output_dir):
|
D | merge_target_files.py | 290 for dirpath, _, filenames in os.walk(from_dir):
|
/build/soong/scripts/ |
D | generate-notice-files.py | 235 for root, dir, files in os.walk(input_dir):
|
/build/blueprint/ |
D | context.go | 2637 var walk func(module *moduleInfo) 2638 walk = func(module *moduleInfo) { 2647 walk(dep.module) 2657 walk(topModule) 3392 var walk func(v Variable) error 3393 walk = func(v Variable) error { 3400 err := walk(dep) 3430 err := walk(v)
|