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/vars/
Dapi.py30 self.checkout_root = self.slave_dir
50 self.checkout_root = self.make_path('C:\\', 'b', 'work')
53 self.checkout_root = self.make_path('/', 'b', 'work')
71 self.skia_dir = self.checkout_root.join('skia')
73 self.skia_dir = self.checkout_root.join('pdfium', 'third_party', 'skia')
75 self.checkout_root = self.checkout_root.join('flutter')
76 self.skia_dir = self.checkout_root.join('src', 'third_party', 'skia')
/external/skia/infra/bots/recipe_modules/core/
Dapi.py47 if not self.m.path.exists(self.m.vars.checkout_root):
49 self.m.vars.checkout_root)
112 entries_file = self.m.vars.checkout_root.join('.gclient_entries')
136 with self.m.context(cwd=self.m.vars.checkout_root):
143 with self.m.context(cwd=self.m.vars.checkout_root,
/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/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/
Dinfra.py30 with api.context(cwd=api.vars.checkout_root.join(repo_name),
Drecreate_skps.py63 src_dir = api.vars.checkout_root.join('src')
Dct_skps.py123 skps_dir = api.vars.checkout_root.join('skps', buildername)