Searched refs:walk (Results 1 – 15 of 15) sorted by relevance
/system/memory/libmemunreachable/ |
D | LeakFolding.cpp | 60 std::function<void(SCCInfo*)> walk([&](SCCInfo* scc) { in AccumulateLeaks() local 65 scc->node.Foreach([&](SCCInfo* ref) { walk(ref); }); in AccumulateLeaks() 68 walk(dominator); in AccumulateLeaks()
|
/system/extras/simpleperf/scripts/ |
D | binary_cache_builder.py | 109 for root, _, files in os.walk(symfs_dir): 217 for root, _, files in os.walk(self.binary_cache_dir):
|
D | app_profiler.py | 89 for root, _, files in os.walk(native_lib_dir):
|
D | simpleperf_utils.py | 764 for parent, _, file_names in os.walk(source_dir):
|
/system/sepolicy/tools/ |
D | post_process_mac_perms | 62 for dirpath, _, files in os.walk(args.dir):
|
/system/extras/simpleperf/scripts/test/ |
D | app_test.py | 33 for root, _, files in os.walk(cls.example_path): 101 for _, _, files in os.walk(dirname):
|
/system/apex/apexer/ |
D | apexer.py | 215 for dirpath, _, filenames in os.walk(dir_name): 227 for root, dirs, files in os.walk(dir_name):
|
/system/libufdt/utils/src/ |
D | mkdtboimg.py | 902 for root, dirnames, filenames in os.walk(args.dtbdir):
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | init.te | 282 # Init will also walk through the directory as part of a recursive restorecon.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | init.te | 277 # Init will also walk through the directory as part of a recursive restorecon.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | init.te | 353 # Init will also walk through the directory as part of a recursive restorecon.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | init.te | 440 # Init will also walk through the directory as part of a recursive restorecon.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | init.te | 414 # Init will also walk through the directory as part of a recursive restorecon.
|
/system/sepolicy/public/ |
D | init.te | 462 # Init will also walk through the directory as part of a recursive restorecon.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | init.te | 462 # Init will also walk through the directory as part of a recursive restorecon.
|