Home
last modified time | relevance | path

Searched full:ccache (Results 1 – 25 of 136) sorted by relevance

123456

/external/openssh/
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 …]
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);
/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/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/grpc-grpc/tools/run_tests/dockerize/
Dbuild_docker_and_run_tests.sh25 # Ensure existence of ccache directory
26 mkdir -p /tmp/ccache
60 -e CCACHE_DIR=/tmp/ccache \
76 -v /tmp/ccache:/tmp/ccache \
Dbuild_interop_image.sh67 mkdir -p /tmp/ccache
108 -e CCACHE_DIR=/tmp/ccache \
115 -v /tmp/ccache:/tmp/ccache \
/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/googletest/ci/
Dlog-config.sh34 # ccache on OS X needs installation first
35 # reset ccache statistics
36 ccache --zero-stats
Dinstall-linux.sh46 # Use ccache, assuming $HOME/bin is in the path, which is true in the Travis build environment.
47 ln -sf /usr/bin/ccache $HOME/bin/${CXX};
48 ln -sf /usr/bin/ccache $HOME/bin/${CC};
/external/grpc-grpc/tools/run_tests/helper_scripts/
Dbuild_python.sh115 # If ccache is available on Linux, use it.
118 if [ -x "$(command -v ccache)" ]; then
120 export CC='ccache gcc'
122 export CC='ccache clang'
/external/vulkan-validation-layers/
D.travis.yml35 cache: ccache
70 - ccache --zero-stats
139 USE_CCACHE=1 NDK_CCACHE=ccache ndk-build APP_ABI=$ANDROID_ABI -j $core_count
160 - ccache --show-stats
DCMakeLists.txt54 option(USE_CCACHE "Use ccache" OFF)
56 find_program(CCACHE_FOUND ccache)
58 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
/external/cldr/tools/scripts/build/bin-build/
Dbuild-icu4c.sh5 #export CC="ccache gcc"
6 #export CXX="ccache g++"
Dstbitten-env.sh.sample3 export PATH=/usr/lib/ccache/:${HOME}/bin-build:${HOME}/bin:${PATH}
/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/protobuf/jenkins/
Dbuild_and_run_docker.sh24 # Ensure existence of ccache directory
25 CCACHE_DIR=/tmp/protobuf-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/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/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/swiftshader/third_party/llvm-7.0/llvm/
DCMakeLists.txt140 # Build llvm with ccache if the package is present
141 set(LLVM_CCACHE_BUILD OFF CACHE BOOL "Set to ON for a ccache enabled build")
143 find_program(CCACHE_PROGRAM ccache)
145 set(LLVM_CCACHE_MAXSIZE "" CACHE STRING "Size of ccache")
148 CACHE STRING "Parameters to pass through to ccache")
159 message(FATAL_ERROR "Unable to find the program ccache. Set LLVM_CCACHE_BUILD to OFF")
166 # enabled. In particular you cannot use ccache because we want to force compile
173 message(FATAL_ERROR "Cannot enable dependency debugging while using ccache.")
/external/parameter-framework/upstream/
D.travis.yml11 cache: ccache
87 # Workaround a bug with the ccache/g++-4.8.1 combination
/external/deqp/
D.travis.yml8 ccache: true
/external/grpc-grpc/templates/tools/dockerfile/
Dapt_get_basic.include7 ccache ${'\\'}
/external/tensorflow/tensorflow/contrib/makefile/samples/
Dbuild_and_run_inception_hexagon.sh173 echo "HINT: Installing ccache and specifying CC_PREFIX=ccache accelerate build time"
/external/grpc-grpc/tools/dockerfile/test/cxx_alpine_x64/
DDockerfile24 ccache \

123456