Searched refs:dry_run (Results 1 – 6 of 6) sorted by relevance
/system/chre/chpp/api_parser/ |
D | chre_api_to_chpp.py | 86 def _dump_to_file(self, output_filename, contents, dry_run, skip_clang_fomat): argument 88 if dry_run: 829 def generate_header_file(self, dry_run=False, skip_clang_format=False): argument 832 if not dry_run: 836 self._dump_to_file(output_file, header, dry_run, skip_clang_format) 837 if not dry_run: 864 def generate_conversion_file(self, dry_run=False, skip_clang_format=False): argument 867 if not dry_run: 871 self._dump_to_file(output_file, contents, dry_run, skip_clang_format) 872 if not dry_run: [all …]
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | property_contexts | 151 dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | property_contexts | 196 dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | property_contexts | 220 dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | property_contexts | 619 dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool
|
/system/sepolicy/private/ |
D | property_contexts | 619 dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool
|