Home
last modified time | relevance | path

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

12345

/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/protobuf/jenkins/docker/
DDockerfile33 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/
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 llvm@3.9
Dlog-config.sh36 ccache --zero-stats
/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/deqp-deps/glslang/
DCMakeLists.txt39 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/
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/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/cldr/tools/scripts/build/bin-build/
Dstbitten-env.sh.sample3 export PATH=/usr/lib/ccache/:${HOME}/bin-build:${HOME}/bin:${PATH}
/external/protobuf/jenkins/
Dbuild_and_run_docker.sh25 CCACHE_DIR=/tmp/protobuf-ccache
/external/grpc-grpc/templates/tools/dockerfile/
Dapt_get_basic.include7 ccache ${'\\'}
Dphp7_deps.include9 ccache ${'\\'}
/external/grpc-grpc/tools/distrib/
Dbuild_ruby_environment_macos.sh53 ccache -c
/external/e2fsprogs/config/
Dconfig.rpath42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/grpc-grpc/tools/dockerfile/test/cxx_alpine_x64/
DDockerfile24 ccache \
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php/
DDockerfile23 ccache \
/external/grpc-grpc/templates/tools/dockerfile/test/cxx_alpine_x64/
DDockerfile.template26 ccache ${'\\'}
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_cxx/
DDockerfile23 ccache \
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_python/
DDockerfile23 ccache \

12345