Home
last modified time | relevance | path

Searched refs:patches_dir (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/sky/tools/roll/
Dpatch.py30 patches_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)),
32 assert os.path.isdir(patches_dir)
35 for p in utils.find(["*.patch"], patches_dir):
/third_party/cef/tools/
Dpatch_updater.py156 patches_dir = os.path.join(patch_dir, 'patches') variable
163 patch_file = os.path.join(patches_dir, patch['name'] + '.patch')