Searched refs:walk (Results 1 – 12 of 12) sorted by relevance
/system/core/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/sepolicy/tools/ |
D | post_process_mac_perms | 62 for dirpath, _, files in os.walk(args.dir):
|
/system/apex/apexer/ |
D | apexer.py | 113 for dirpath, _, filenames in os.walk(dir_name): 121 for root, dirs, files in os.walk(dir_name):
|
/system/extras/simpleperf/scripts/ |
D | binary_cache_builder.py | 103 for root, _, files in os.walk(symfs_dir):
|
D | app_profiler.py | 83 for root, _, files in os.walk(native_lib_dir):
|
D | test.py | 134 for root, _, files in os.walk(cls.example_path): 219 for _, _, files in os.walk(dirname):
|
D | utils.py | 624 for parent, _, file_names in os.walk(source_dir):
|
/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/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 | 414 # Init will also walk through the directory as part of a recursive restorecon.
|