Home
last modified time | relevance | path

Searched defs:store (Results 1 – 5 of 5) sorted by relevance

/system/core/libcutils/
Dthreads.c20 void* thread_store_get( thread_store_t* store ) in thread_store_get()
28 extern void thread_store_set( thread_store_t* store, in thread_store_set()
48 void* thread_store_get( thread_store_t* store ) in thread_store_get()
56 void thread_store_set( thread_store_t* store, in thread_store_set()
/system/core/fastbootd/
Dsecure.h45 static inline void cert_release_store(X509_STORE *store) { in cert_release_store()
Dsecure.c57 X509_STORE *store; in cert_store_from_path() local
131 int cert_verify(BIO *content, CMS_ContentInfo *content_info, X509_STORE *store, int *out_fd) { in cert_verify()
/system/core/fastbootd/commands/
Dflash.c125 X509_STORE *store = NULL; in flash_validate_certificate() local
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp31 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags) in store() function in android::GGLAssembler