HomeSort by relevance Sort by last modified time
    Searched refs:checkout_root (Results 1 - 21 of 21) sorted by null

  /external/libyuv/files/
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'))
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()),
  /external/libyuv/files/tools_libyuv/
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/webrtc/webrtc/build/
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'))
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()),
  /external/skia/infra/bots/recipe_modules/flavor/
flutter_flavor.py 18 flutter_dir = self.m.vars.checkout_root.join('src')
28 depot_tools = self.m.vars.checkout_root.join('depot_tools')
pdfium_flavor.py 17 pdfium_dir = self.m.vars.checkout_root.join('pdfium')
24 depot_tools = self.m.vars.checkout_root.join('depot_tools')
gn_flavor.py 21 '--chrome-dir', self.m.vars.checkout_root,
  /external/skqp/infra/bots/recipe_modules/flavor/
flutter_flavor.py 18 flutter_dir = self.m.vars.checkout_root.join('src')
pdfium_flavor.py 17 pdfium_dir = self.m.vars.checkout_root.join('pdfium')
gn_flavor.py 21 '--chrome-dir', self.m.vars.checkout_root,
  /external/skia/infra/bots/recipe_modules/vars/
api.py 30 self.checkout_root = self.slave_dir
58 self.checkout_root = self.make_path('C:\\', 'b', 'work')
61 self.checkout_root = self.make_path('/', 'b', 'work')
79 self.skia_dir = self.checkout_root.join('skia')
81 self.skia_dir = self.checkout_root.join('pdfium', 'third_party', 'skia')
83 self.checkout_root = self.checkout_root.join('flutter')
84 self.skia_dir = self.checkout_root.join('src', 'third_party', 'skia')
  /external/skqp/infra/bots/recipe_modules/vars/
api.py 30 self.checkout_root = self.slave_dir
58 self.checkout_root = self.make_path('C:\\', 'b', 'work')
61 self.checkout_root = self.make_path('/', 'b', 'work')
79 self.skia_dir = self.checkout_root.join('skia')
81 self.skia_dir = self.checkout_root.join('pdfium', 'third_party', 'skia')
83 self.checkout_root = self.checkout_root.join('flutter')
84 self.skia_dir = self.checkout_root.join('src', 'third_party', 'skia')
  /external/skia/infra/bots/recipe_modules/core/
api.py 67 if not self.m.path.exists(self.m.vars.checkout_root):
69 self.m.vars.checkout_root)
132 entries_file = self.m.vars.checkout_root.join('.gclient_entries')
149 depot_tools = self.m.vars.checkout_root.join('depot_tools')
169 with self.m.context(cwd=self.m.vars.checkout_root):
183 with self.m.context(cwd=self.m.vars.checkout_root,
  /external/skqp/infra/bots/recipe_modules/core/
api.py 49 if not self.m.path.exists(self.m.vars.checkout_root):
51 self.m.vars.checkout_root)
114 entries_file = self.m.vars.checkout_root.join('.gclient_entries')
141 with self.m.context(cwd=self.m.vars.checkout_root):
155 with self.m.context(cwd=self.m.vars.checkout_root,
  /external/skia/infra/bots/recipes/
infra.py 30 with api.context(cwd=api.vars.checkout_root.join(repo_name),
recreate_skps.py 45 src_dir = api.vars.checkout_root.join('src')
ct_skps.py 126 skps_dir = api.vars.checkout_root.join('skps', skps_chromium_build,
  /external/skqp/infra/bots/recipes/
infra.py 30 with api.context(cwd=api.vars.checkout_root.join(repo_name),
recreate_skps.py 45 src_dir = api.vars.checkout_root.join('src')
ct_skps.py 126 skps_dir = api.vars.checkout_root.join('skps', skps_chromium_build,

Completed in 257 milliseconds