Home
last modified time | relevance | path

Searched refs:ccache (Results 1 – 25 of 139) sorted by relevance

123456

/external/openssh/
Dgss-serv-krb5.c120 krb5_ccache ccache; local
138 NULL, &ccache)) != 0) {
142 if ((problem = krb5_cc_gen_new(krb_context, &krb5_fcc_ops, &ccache))) {
150 if ((problem = ssh_krb5_cc_gen(krb_context, &ccache))) {
166 if ((problem = krb5_cc_initialize(krb_context, ccache, princ))) {
171 krb5_cc_destroy(krb_context, ccache);
178 client->creds, ccache))) {
180 krb5_cc_destroy(krb_context, ccache);
184 client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache));
195 krb5_cc_close(krb_context, ccache);
Dauth-krb5.c79 krb5_ccache ccache = NULL; in auth_krb5_password() local
102 krb5_mcc_ops.prefix, NULL, &ccache); in auth_krb5_password()
104 problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_mcc_ops, &ccache); in auth_krb5_password()
109 problem = krb5_cc_initialize(authctxt->krb5_ctx, ccache, in auth_krb5_password()
117 ccache, password, 1, NULL); in auth_krb5_password()
134 problem = krb5_cc_copy_cache(authctxt->krb5_ctx, ccache, in auth_krb5_password()
136 krb5_cc_destroy(authctxt->krb5_ctx, ccache); in auth_krb5_password()
137 ccache = NULL; in auth_krb5_password()
199 if (ccache) in auth_krb5_password()
200 krb5_cc_destroy(authctxt->krb5_ctx, ccache); in auth_krb5_password()
[all …]
/external/grpc-grpc/tools/dockerfile/test/python_alpine_x64/
DDockerfile24 ccache \
47 # Prepare ccache
48 RUN ln -s /usr/bin/ccache /usr/local/bin/gcc
49 RUN ln -s /usr/bin/ccache /usr/local/bin/g++
50 RUN ln -s /usr/bin/ccache /usr/local/bin/cc
51 RUN ln -s /usr/bin/ccache /usr/local/bin/c++
/external/grpc-grpc/tools/run_tests/dockerize/
Dbuild_interop_image.sh67 mkdir -p /tmp/ccache
108 -e CCACHE_DIR=/tmp/ccache \
115 -v /tmp/ccache:/tmp/ccache \
Dbuild_docker_and_run_tests.sh26 mkdir -p /tmp/ccache
60 -e CCACHE_DIR=/tmp/ccache \
76 -v /tmp/ccache:/tmp/ccache \
/external/mesa3d/.gitlab-ci/container/
Dcontainer_pre_build.sh7 export CCACHE_DIR=/cache/mesa/ccache
8 export PATH=/usr/lib/ccache:$PATH
22 ccache --show-stats
Dcontainer_post_build.sh8 ccache --show-stats
/external/skia/infra/bots/recipe_modules/build/
Ddefault.py99 cc, cxx, ccache = None, None, None
148 ccache = api.vars.slave_dir.join('ccache_linux', 'bin', 'ccache')
153 ccache = api.vars.slave_dir.join('ccache_mac', 'bin', 'ccache')
158 args['cc_wrapper'] = '"%s"' % ccache
347 if ccache:
348 api.run(api.step, 'ccache stats-start', cmd=[ccache, '-s'])
352 if ccache:
353 api.run(api.step, 'ccache stats-end', cmd=[ccache, '-s'])
/external/protobuf/kokoro/linux/32-bit/
DDockerfile23 ccache \
133 # Prepare ccache
135 RUN ln -s /usr/bin/ccache /usr/local/bin/gcc
136 RUN ln -s /usr/bin/ccache /usr/local/bin/g++
137 RUN ln -s /usr/bin/ccache /usr/local/bin/cc
138 RUN ln -s /usr/bin/ccache /usr/local/bin/c++
139 RUN ln -s /usr/bin/ccache /usr/local/bin/clang
140 RUN ln -s /usr/bin/ccache /usr/local/bin/clang++
/external/toolchain-utils/compiler_wrapper/
DREADME.md29 - Sysroot wrapper with ccache:
30 `/usr/x86_64-pc-linux-gnu/<arch>/gcc-bin/4.9.x/sysroot_wrapper.hardened.ccache`
31 - Sysroot wrapper without ccache:
Dupdate_compiler_wrapper.sh24 …os.hardened --use_ccache=true --use_llvm_next=false --output_file=./sysroot_wrapper.hardened.ccache
25 sudo mv ./sysroot_wrapper.hardened.ccache "$(grep sysroot_wrapper.hardened.ccache <<< "${FILES}")"
/external/googletest/ci/
Dinstall-linux.sh47 ln -sf /usr/bin/ccache $HOME/bin/${CXX};
48 ln -sf /usr/bin/ccache $HOME/bin/${CC};
Dinstall-osx.sh40 brew install ccache gcc@4.9
Dlog-config.sh36 ccache --zero-stats
/external/mesa3d/.gitlab-ci/
Dx86_64-w64-mingw322 c = ['ccache', 'x86_64-w64-mingw32-gcc']
3 cpp = ['ccache', 'x86_64-w64-mingw32-g++']
/external/perfetto/docs/contributing/
Dbuild-instructions.md45 cc_wrapper = "ccache" # Optionally speed repeated builds with ccache
146 Prepends all build commands with a wrapper command. Using `"ccache"` here
147 enables the [ccache](https://github.com/ccache/ccache) caching compiler,
/external/protobuf/kokoro/linux/64-bit/
DDockerfile44 ccache \
234 # Prepare ccache
236 RUN ln -s /usr/bin/ccache /usr/local/bin/gcc
237 RUN ln -s /usr/bin/ccache /usr/local/bin/g++
238 RUN ln -s /usr/bin/ccache /usr/local/bin/cc
239 RUN ln -s /usr/bin/ccache /usr/local/bin/c++
240 RUN ln -s /usr/bin/ccache /usr/local/bin/clang
241 RUN ln -s /usr/bin/ccache /usr/local/bin/clang++
/external/grpc-grpc/src/php/ext/grpc/
Dconfig.m496 dnl Check if ccache is being used
98 *ccache*[)] gcc_ccache=yes;;
103 …AC_MSG_ERROR([ccache must be disabled when --enable-coverage option is used. You can disable ccach…
/external/perfetto/infra/ci/sandbox/
Dtestrunner.sh77 export CCACHE_DIR=/ci/cache/ccache
90 ccache --show-stats
/external/llvm/test/Bindings/Go/
Dlit.local.cfg36 # Go tools also have problems with ccache, so we disable it.
39 if args[0].endswith('ccache'):
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/Go/
Dlit.local.cfg36 # Go tools also have problems with ccache, so we disable it.
39 if args[0].endswith('ccache') or args[0].endswith('gomacc'):
/external/angle/third_party/jsoncpp/source/
DCMakeLists.txt145 find_program(CCACHE_FOUND ccache)
147 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
148 set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
/external/cldr/tools/scripts/build/bin-build/
Dstbitten-env.sh.sample3 export PATH=/usr/lib/ccache/:${HOME}/bin-build:${HOME}/bin:${PATH}
/external/tensorflow/tensorflow/examples/android/
Dbuild.gradle13 // for speeding up the build, such as enabling ccache.
160 // Tip: install ccache and uncomment the following to speed up
162 // environment "CC_PREFIX", 'ccache'
/external/protobuf/kokoro/linux/
Dbuild_and_run_docker.sh35 CCACHE_DIR=/tmp/protobuf-ccache

123456