Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DLeakFolding.cpp58 std::function<void(SCCInfo*)> walk(std::allocator_arg, allocator_, in AccumulateLeaks() local
65 walk(ref); in AccumulateLeaks()
69 walk(dominator); in AccumulateLeaks()
/system/sepolicy/tools/
Dpost_process_mac_perms62 for dirpath, _, files in os.walk(args.dir):
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py114 for root, _, files in os.walk(symfs_dir):
Dapp_profiler.py217 for root, _, files in os.walk(self.config['native_lib_dir']):
Dannotate.py517 for root, _, files in os.walk(source_dir):
/system/sepolicy/public/
Dinit.te277 # Init will also walk through the directory as part of a recursive restorecon.