/external/openssh/ |
D | gss-serv-krb5.c | 120 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);
|
D | auth-krb5.c | 79 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/ |
D | Dockerfile | 24 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/ |
D | build_interop_image.sh | 67 mkdir -p /tmp/ccache 108 -e CCACHE_DIR=/tmp/ccache \ 115 -v /tmp/ccache:/tmp/ccache \
|
D | build_docker_and_run_tests.sh | 26 mkdir -p /tmp/ccache 60 -e CCACHE_DIR=/tmp/ccache \ 76 -v /tmp/ccache:/tmp/ccache \
|
/external/mesa3d/.gitlab-ci/container/ |
D | container_pre_build.sh | 7 export CCACHE_DIR=/cache/mesa/ccache 8 export PATH=/usr/lib/ccache:$PATH 22 ccache --show-stats
|
D | container_post_build.sh | 8 ccache --show-stats
|
/external/skia/infra/bots/recipe_modules/build/ |
D | default.py | 99 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/ |
D | Dockerfile | 23 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/ |
D | README.md | 29 - 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:
|
D | update_compiler_wrapper.sh | 24 …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/ |
D | install-linux.sh | 47 ln -sf /usr/bin/ccache $HOME/bin/${CXX}; 48 ln -sf /usr/bin/ccache $HOME/bin/${CC};
|
D | install-osx.sh | 40 brew install ccache gcc@4.9
|
D | log-config.sh | 36 ccache --zero-stats
|
/external/mesa3d/.gitlab-ci/ |
D | x86_64-w64-mingw32 | 2 c = ['ccache', 'x86_64-w64-mingw32-gcc'] 3 cpp = ['ccache', 'x86_64-w64-mingw32-g++']
|
/external/perfetto/docs/contributing/ |
D | build-instructions.md | 45 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/ |
D | Dockerfile | 44 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/ |
D | config.m4 | 96 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/ |
D | testrunner.sh | 77 export CCACHE_DIR=/ci/cache/ccache 90 ccache --show-stats
|
/external/llvm/test/Bindings/Go/ |
D | lit.local.cfg | 36 # 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/ |
D | lit.local.cfg | 36 # 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/ |
D | CMakeLists.txt | 145 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/ |
D | stbitten-env.sh.sample | 3 export PATH=/usr/lib/ccache/:${HOME}/bin-build:${HOME}/bin:${PATH}
|
/external/tensorflow/tensorflow/examples/android/ |
D | build.gradle | 13 // 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/ |
D | build_and_run_docker.sh | 35 CCACHE_DIR=/tmp/protobuf-ccache
|