Searched refs:ccache (Results 1 – 25 of 49) sorted by relevance
12
/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 | 80 krb5_ccache ccache = NULL; in auth_krb5_password() local 103 krb5_mcc_ops.prefix, NULL, &ccache); in auth_krb5_password() 105 problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_mcc_ops, &ccache); in auth_krb5_password() 110 problem = krb5_cc_initialize(authctxt->krb5_ctx, ccache, in auth_krb5_password() 118 ccache, password, 1, NULL); in auth_krb5_password() 135 problem = krb5_cc_copy_cache(authctxt->krb5_ctx, ccache, in auth_krb5_password() 137 krb5_cc_destroy(authctxt->krb5_ctx, ccache); in auth_krb5_password() 138 ccache = NULL; in auth_krb5_password() 200 if (ccache) in auth_krb5_password() 201 krb5_cc_destroy(authctxt->krb5_ctx, ccache); in auth_krb5_password() [all …]
|
/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/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/protobuf/jenkins/ |
D | build_and_run_docker.sh | 25 CCACHE_DIR=/tmp/protobuf-ccache
|
/external/e2fsprogs/config/ |
D | config.rpath | 42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/bison/build-aux/ |
D | config.rpath | 42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/libvpx/libvpx/build/make/ |
D | configure.sh | 435 enabled ccache && CC="ccache ${CC}" 436 enabled ccache && CXX="ccache ${CXX}"
|
/external/libvpx/libvpx/ |
D | configure | 635 enabled gcc || soft_disable ccache
|
/external/skia/site/user/ |
D | build.md | 53 bin/gn gen out/Cached --args='cc_wrapper="ccache"'
|
/external/pcre/dist2/ |
D | configure.ac | 839 # ccache is incompatible with gcov 842 *ccache*) cc_ccache=yes;; 848 AC_MSG_ERROR([must export CCACHE_DISABLE=1 to disable ccache for code coverage])
|
D | README | 318 report is generated by running "make coverage". If ccache is installed on
|
D | configure | 8118 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 15781 *ccache*) cc_ccache=yes;;
|
/external/boringssl/src/third_party/android-cmake/ |
D | android.toolchain.cmake | 1065 # ccache support 1071 find_program( NDK_CCACHE "${_ndk_ccache}" DOC "The path to ccache binary") 1081 set( CMAKE_C_COMPILER "${NDK_CCACHE}" CACHE PATH "ccache as C compiler" ) 1082 set( CMAKE_CXX_COMPILER "${NDK_CCACHE}" CACHE PATH "ccache as C++ compiler" ) 1644 # NDK_CCACHE : path to your ccache executable
|
D | README.md | 121 * **NDK_CCACHE** - path to `ccache` executable. If not set then initialized from `NDK_CCACHE` envir…
|
/external/cmockery/cmockery_0_1_2/ |
D | configure | 6105 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 6808 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 12915 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 13400 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 15490 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 15995 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 18104 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/google-tv-pairing-protocol/cpp/ |
D | configure | 8570 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 12093 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/protobuf/ |
D | configure | 8708 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 12684 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 318 report is generated by running "make coverage". If ccache is installed on
|
/external/libusb-compat/ |
D | configure | 7174 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/libedit/ |
D | configure | 7872 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/libogg/ |
D | configure | 7115 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/libvorbis/ |
D | configure | 7631 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | configure | 11960 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/protobuf/gtest/ |
D | configure | 12139 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
12