Home
last modified time | relevance | path

Searched refs:cache_dir (Results 1 - 15 of 15) sorted by relevance

/third_party/gn/infra/recipe_modules/macos_sdk/
H A Dapi.py82 cache_dir = self.m.path['cache'].join('macos_sdk')
85 self.m.cipd.ensure(cache_dir, pkgs)
87 sdk_dir = cache_dir.join('XCode.app')
89 cache_dir.join('mac_toolchain'),
/third_party/skia/infra/bots/recipe_modules/infra/
H A Dapi.py26 'GOCACHE': self.m.vars.cache_dir.join('go_cache'),
35 return self.m.vars.cache_dir.join('gopath')
/third_party/skia/infra/bots/recipe_modules/build/
H A Dpathkit.py9 out_dir = api.vars.cache_dir.join('docker', 'pathkit')
52 out_dir = api.vars.cache_dir.join('docker', 'pathkit')
H A Dcanvaskit.py10 out_dir = api.vars.cache_dir.join('docker', 'canvaskit')
54 out_dir = api.vars.cache_dir.join('docker', 'canvaskit')
H A Ddefault.py117 xcode_app_path = api.vars.cache_dir.join('Xcode.app')
164 env['CCACHE_DIR'] = api.vars.cache_dir.join('ccache')
387 api.vars.cache_dir.join(
H A Dcmake.py12 out_dir = api.vars.cache_dir.join('docker', 'cmake')
/third_party/skia/infra/bots/recipe_modules/checkout/
H A Dapi.py18 return self.m.vars.cache_dir.join('work')
67 gclient_cache = self.m.vars.cache_dir.join('git')
/third_party/skia/infra/bots/recipes/
H A Dcompile.py30 out_dir = api.vars.cache_dir.join(
/third_party/skia/infra/bots/recipe_modules/build/examples/
H A Dfull.py20 checkout_root = api.vars.cache_dir.join('work')
/third_party/skia/infra/bots/recipe_modules/run/examples/
H A Dfull.py40 api.run.asset_version('my_asset', api.vars.cache_dir.join('work', 'skia'))
/third_party/skia/infra/bots/recipe_modules/vars/
H A Dapi.py41 self.cache_dir = self.workdir.join('cache')
/third_party/mesa3d/src/util/tests/
H A Dcache_test.cpp80 check_directories_created(void *mem_ctx, const char *cache_dir) in check_directories_created() argument
86 char *full_path = ralloc_asprintf(mem_ctx, "%s%s", buf, ++cache_dir); in check_directories_created()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A Dlto.h845 const char *cache_dir);
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcode_generator.py189 def initialize_jinja_env(jinja_dir, cache_dir, config):
198 bytecode_cache=jinja2.FileSystemBytecodeCache(cache_dir),
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py185 def initialize_jinja_env(jinja_dir, cache_dir, config):
194 bytecode_cache=jinja2.FileSystemBytecodeCache(cache_dir),

Completed in 9 milliseconds