Home
last modified time | relevance | path

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

123

/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/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/skia/src/jumper/
Dbuild_stages.py14 ccache = 'ccache' variable
22 ccache = sys.argv[3] if len(sys.argv) > 3 else ccache variable
28 clang = [ccache, clang, '-x', 'c++']
/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/skia/site/dev/contrib/
Djumper.md18 To generate stage code you need Clang 4.0, objdump, and ccache. It's best that
28 brew install llvm binutils ccache
37 skia_jumper_ccache = path/to/ccache
/external/protobuf/jenkins/
Dbuild_and_run_docker.sh25 CCACHE_DIR=/tmp/protobuf-ccache
/external/bison/build-aux/
Dconfig.rpath42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/e2fsprogs/config/
Dconfig.rpath42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/libvpx/libvpx/build/make/
Dconfigure.sh435 enabled ccache && CC="ccache ${CC}"
436 enabled ccache && CXX="ccache ${CXX}"
/external/libvpx/libvpx/
Dconfigure635 enabled gcc || soft_disable ccache
/external/skia/site/user/
Dbuild.md53 bin/gn gen out/Cached --args='cc_wrapper="ccache"'
/external/pcre/dist2/
Dconfigure.ac839 # 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])
DREADME318 report is generated by running "make coverage". If ccache is installed on
Dconfigure8118 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
15781 *ccache*) cc_ccache=yes;;
/external/boringssl/src/third_party/android-cmake/
Dandroid.toolchain.cmake1065 # 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
DREADME.md121 * **NDK_CCACHE** - path to `ccache` executable. If not set then initialized from `NDK_CCACHE` envir…
/external/swiftshader/third_party/subzero/
DMakefile.standalone240 CCACHE := `command -v ccache`
/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/google-tv-pairing-protocol/cpp/
Dconfigure8570 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12093 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/protobuf/
Dconfigure8708 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12684 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/pcre/dist2/doc/html/
DREADME.txt318 report is generated by running "make coverage". If ccache is installed on
/external/libedit/
Dconfigure7872 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/libusb-compat/
Dconfigure7174 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/external/libogg/
Dconfigure7115 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;

123