Searched refs:ccache (Results 1 – 25 of 105) sorted by relevance
12345
/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/protobuf/jenkins/docker/ |
D | Dockerfile | 33 ccache \ 120 # Prepare ccache 122 RUN ln -s /usr/bin/ccache /usr/local/bin/gcc 123 RUN ln -s /usr/bin/ccache /usr/local/bin/g++ 124 RUN ln -s /usr/bin/ccache /usr/local/bin/cc 125 RUN ln -s /usr/bin/ccache /usr/local/bin/c++ 126 RUN ln -s /usr/bin/ccache /usr/local/bin/clang 127 RUN ln -s /usr/bin/ccache /usr/local/bin/clang++
|
/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 llvm@3.9
|
D | log-config.sh | 36 ccache --zero-stats
|
/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/deqp-deps/glslang/ |
D | CMakeLists.txt | 39 option(USE_CCACHE "Use ccache" OFF) 41 find_program(CCACHE_FOUND ccache) 43 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
|
/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/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/cldr/tools/scripts/build/bin-build/ |
D | stbitten-env.sh.sample | 3 export PATH=/usr/lib/ccache/:${HOME}/bin-build:${HOME}/bin:${PATH}
|
/external/protobuf/jenkins/ |
D | build_and_run_docker.sh | 25 CCACHE_DIR=/tmp/protobuf-ccache
|
/external/grpc-grpc/templates/tools/dockerfile/ |
D | apt_get_basic.include | 7 ccache ${'\\'}
|
D | php7_deps.include | 9 ccache ${'\\'}
|
/external/grpc-grpc/tools/distrib/ |
D | build_ruby_environment_macos.sh | 53 ccache -c
|
/external/e2fsprogs/config/ |
D | config.rpath | 42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/grpc-grpc/tools/dockerfile/test/cxx_alpine_x64/ |
D | Dockerfile | 24 ccache \
|
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php/ |
D | Dockerfile | 23 ccache \
|
/external/grpc-grpc/templates/tools/dockerfile/test/cxx_alpine_x64/ |
D | Dockerfile.template | 26 ccache ${'\\'}
|
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_cxx/ |
D | Dockerfile | 23 ccache \
|
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_python/ |
D | Dockerfile | 23 ccache \
|
12345