Home
last modified time | relevance | path

Searched refs:patch_mode (Results 1 – 3 of 3) sorted by relevance

/external/bcc/scripts/
Dgit-clang-format158 patch_mode=opts.patch)
424 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument
439 if patch_mode:
/external/clang/tools/clang-format/
Dgit-clang-format175 patch_mode=opts.patch)
471 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument
487 if patch_mode:
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py4857 patch_mode = self.filesystem.patch_open_code
4858 if (patch_mode == PatchMode.AUTO and self.filesystem.exists(path)
4859 or patch_mode == PatchMode.ON):