Home
last modified time | relevance | path

Searched refs:walk (Results 1 – 13 of 13) sorted by relevance

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go158 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/
Ddepset.go130 func (d *DepSet) walk(visit func(Paths)) { func
161 d.walk(func(paths Paths) {
/build/make/tools/
Dfindleaves.py32 for root, dirs, files in os.walk(rootdir, followlinks=True):
Dgenerate-notice-files.py236 for root, dir, files in os.walk(input_dir):
Djava-layers.py179 for root, dirs, files in os.walk(d):
Dmk2bp_catalog.py140 for root, dirs, files in os.walk(cwd):
/build/make/tools/releasetools/
Dtest_check_target_files_vintf.py78 for root, _, files in os.walk(test_delta_dir):
Dcheck_target_files_signatures139 for dirpath, _, filenames in os.walk(top):
317 for dirpath, _, filenames in os.walk(d):
Dcheck_target_files_signatures.py139 for dirpath, _, filenames in os.walk(top):
317 for dirpath, _, filenames in os.walk(d):
Dtest_merge_target_files.py77 for dirpath, _, filenames in os.walk(output_dir):
Dmerge_target_files.py290 for dirpath, _, filenames in os.walk(from_dir):
/build/soong/scripts/
Dgenerate-notice-files.py235 for root, dir, files in os.walk(input_dir):
/build/blueprint/
Dcontext.go2637 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)