Home
last modified time | relevance | path

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

12

/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.c80 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/llvm/test/Bindings/Go/
Dlit.local.cfg33 # Go tools also have problems with ccache, so we disable it.
36 if args[0].endswith('ccache'):
/external/skia/platform_tools/android/bin/utils/
Dsetup_toolchain.sh91 CCACHE=${ANDROID_MAKE_CCACHE-$(which ccache || true)}
/external/lldb/test/
DCMakeLists.txt14 string(REGEX REPLACE ".*ccache\ +" "" LLDB_TEST_COMPILER ${CMAKE_C_COMPILER} ${CMAKE_C_COMPILER_ARG…
/external/bison/build-aux/
Dconfig.rpath42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/skia/site/user/quick/
Dandroid.md85 You can use ccache to improve the speed of rebuilding:
88 export ANDROID_MAKE_CCACHE=[ccache]
/external/libvpx/libvpx/build/make/
Dconfigure.sh424 enabled ccache && CC="ccache ${CC}"
425 enabled ccache && CXX="ccache ${CXX}"
/external/libvpx/libvpx/
Dconfigure687 enabled gcc || soft_disable ccache
/external/pcre/dist/
Dconfigure.ac995 # ccache is incompatible with gcov
998 *ccache*) cc_ccache=yes;;
1004 AC_MSG_ERROR([must export CCACHE_DISABLE=1 to disable ccache for code coverage])
Dconfigure9960 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
13931 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
19403 *ccache*) cc_ccache=yes;;
DREADME362 report is generated by running "make coverage". If ccache is installed on
/external/cmockery/cmockery_0_1_2/
Dconfigure6105 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/libvncserver/
Dconfigure7410 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8117 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
13759 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
14244 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
16263 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
16772 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
18802 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/google-tv-pairing-protocol/cpp/
Dconfigure8570 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12093 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/libvncserver/autom4te.cache/
Doutput.07386 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8093 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
10853 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
13735 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
14220 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
16239 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
16748 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
18778 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
Doutput.17410 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8117 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
10877 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
13759 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
14244 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
16263 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
16772 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
18802 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/protobuf/
Dconfigure8708 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12684 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/pcre/dist/doc/html/
DREADME.txt362 report is generated by running "make coverage". If ccache is installed on
/external/libusb/
Dconfigure7046 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/libedit/
Dconfigure7872 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/libusb-compat/
Dconfigure7174 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/libogg/
Dconfigure7115 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/openfst/
Dconfigure12013 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/libvorbis/
Dconfigure7631 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;

12