Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go185 var walk func(structValue reflect.Value, prefix string)
186 walk = func(structValue reflect.Value, prefix string) {
199 walk(value, nestPoint)
244 walk(s, "")
/build/soong/android/
Ddepset_generic.go177 func (d *depSet) walk(visit func(interface{})) { func
226 d.walk(func(paths interface{}) {
/build/make/tools/
Dfindleaves.py32 for root, dirs, files in os.walk(rootdir, followlinks=True):
Dcompare_builds.py472 for root, dirs, files in os.walk(".", followlinks=False):
486 for root, dirs, files in os.walk(directory, followlinks=False):
564 self._walker = os.walk(base_dir, followlinks=False)
Dgenerate-notice-files.py236 for root, dir, files in os.walk(input_dir):
Djava-layers.py179 for root, dirs, files in os.walk(d):
/build/make/tools/releasetools/
Dtest_check_target_files_vintf.py78 for root, _, files in os.walk(test_delta_dir):
Dtest_utils.py247 for dirpath, _, files in os.walk(base_path):
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.py293 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.go2983 var walk func(module *moduleInfo)
2984 walk = func(module *moduleInfo) {
2993 walk(dep.module)
3003 walk(topModule)
3775 var walk func(v Variable) error
3776 walk = func(v Variable) error {
3783 err := walk(dep)
3813 err := walk(v)