Searched refs:checkout_root (Results 1 – 13 of 13) sorted by relevance
/external/libyuv/files/ |
D | gyp_libyuv | 19 checkout_root = os.path.dirname(os.path.realpath(__file__)) variable 21 sys.path.insert(0, os.path.join(checkout_root, 'build')) 26 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib')) 34 return glob.glob(os.path.join(checkout_root, '*', 'supplement.gypi')) 56 os.chdir(checkout_root) 87 args.append('--depth=' + os.path.relpath(checkout_root)) 98 os.path.join(checkout_root, gyp_chromium.GetOutputDirectory()),
|
D | download_vs_toolchain.py | 20 checkout_root = os.path.dirname(os.path.realpath(__file__)) variable 21 sys.path.insert(0, os.path.join(checkout_root, 'build')) 22 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'find_depot_tools'))
|
/external/webrtc/webrtc/build/ |
D | gyp_webrtc | 20 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir)) variable 22 sys.path.insert(0, os.path.join(checkout_root, 'build')) 27 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib')) 35 return glob.glob(os.path.join(checkout_root, '*', 'supplement.gypi')) 54 gyp_env_path = os.path.join(os.path.dirname(checkout_root), 70 os.chdir(checkout_root) 108 args.append('--depth=' + os.path.relpath(checkout_root)) 120 os.path.join(checkout_root, gyp_chromium.GetOutputDirectory()),
|
D | get_landmines.py | 19 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir)) variable 20 sys.path.insert(0, os.path.join(checkout_root, 'build'))
|
/external/skia/infra/bots/recipe_modules/core/ |
D | api.py | 70 if not self.m.path.exists(self.m.vars.checkout_root): 72 self.m.vars.checkout_root, 126 self.update_repo(self.m.vars.checkout_root, main) 130 entries_file = self.m.vars.checkout_root.join('.gclient_entries') 142 self.update_repo(self.m.vars.checkout_root, chromium) 156 with self.m.step.context({'cwd': self.m.vars.checkout_root}): 163 with self.m.step.context({'cwd': self.m.vars.checkout_root,
|
/external/skia/infra/bots/recipe_modules/vars/ |
D | api.py | 33 self.checkout_root = self.slave_dir 63 self.checkout_root = self.make_path('C:\\', 'b', 'work') 66 self.checkout_root = self.make_path('/', 'b', 'work') 84 self.skia_dir = self.checkout_root.join('skia') 86 self.skia_dir = self.checkout_root.join('pdfium', 'third_party', 'skia') 88 self.checkout_root = self.checkout_root.join('flutter') 89 self.skia_dir = self.checkout_root.join('src', 'third_party', 'skia')
|
/external/libyuv/files/tools_libyuv/ |
D | get_landmines.py | 19 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir)) variable 20 sys.path.insert(0, os.path.join(checkout_root, 'build'))
|
/external/skia/infra/bots/recipe_modules/infra/ |
D | api.py | 20 return self.m.vars.checkout_root.join('gopath')
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | flutter_flavor.py | 18 flutter_dir = self.m.vars.checkout_root.join('src')
|
D | pdfium_flavor.py | 17 pdfium_dir = self.m.vars.checkout_root.join('pdfium')
|
D | gn_flavor.py | 21 '--chrome-dir', self.m.vars.checkout_root,
|
/external/skia/infra/bots/recipes/ |
D | swarm_RecreateSKPs.py | 88 src_dir = api.vars.checkout_root.join('src')
|
D | swarm_ct_skps.py | 122 skps_dir = api.vars.checkout_root.join('skps', buildername)
|