Home
last modified time | relevance | path

Searched refs:checkout_root (Results 1 – 13 of 13) sorted by relevance

/external/libyuv/files/
Dgyp_libyuv19 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()),
Ddownload_vs_toolchain.py20 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/
Dgyp_webrtc20 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()),
Dget_landmines.py19 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/
Dapi.py70 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/
Dapi.py33 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/
Dget_landmines.py19 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/
Dapi.py20 return self.m.vars.checkout_root.join('gopath')
/external/skia/infra/bots/recipe_modules/flavor/
Dflutter_flavor.py18 flutter_dir = self.m.vars.checkout_root.join('src')
Dpdfium_flavor.py17 pdfium_dir = self.m.vars.checkout_root.join('pdfium')
Dgn_flavor.py21 '--chrome-dir', self.m.vars.checkout_root,
/external/skia/infra/bots/recipes/
Dswarm_RecreateSKPs.py88 src_dir = api.vars.checkout_root.join('src')
Dswarm_ct_skps.py122 skps_dir = api.vars.checkout_root.join('skps', buildername)