Home
last modified time | relevance | path

Searched defs:to (Results 1 – 12 of 12) sorted by relevance

/system/core/sh/
Dmystring.c79 scopyn(const char *from, char *to, int size) in scopyn()
Dredir.c377 copyfd(int from, int to) in copyfd()
/system/security/keystore-engine/
Deng_keystore.cpp112 int keyhandle_dup(CRYPTO_EX_DATA* to, CRYPTO_EX_DATA*, void *ptrRef, int idx, long, void *) { in keyhandle_dup() argument
126 int keystore_rsa_priv_enc(int flen, const unsigned char* from, unsigned char* to, RSA* rsa, in keystore_rsa_priv_enc()
198 int keystore_rsa_priv_dec(int flen, const unsigned char* from, unsigned char* to, RSA* rsa, in keystore_rsa_priv_dec()
/system/vold/
Dvdc.c92 struct timeval to; in do_monitor() local
/system/netd/
Dndc.c114 struct timeval to; in do_monitor() local
/system/core/libsync/
Dsync.c32 __s32 to = timeout; in sync_wait() local
/system/core/libzipfile/
Dzipfile.c132 dump_zipfile(FILE* to, zipfile_t file) in dump_zipfile()
/system/core/toolbox/cp/
Dcp.c87 PATH_T to = { .p_end = to.p_path, .target_end = empty }; variable
Dutils.c97 const char *to; member
/system/core/libpixelflinger/codeflinger/tinyutils/
DVectorImpl.cpp315 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow() local
365 void* to = reinterpret_cast<uint8_t *>(array) + where*mItemSize; in _shrink() local
/system/core/libsparse/
Dsparse.c224 struct sparse_file *to, unsigned int len) in move_chunks_up_to_len()
Dbacked_block.c145 struct backed_block_list *to, struct backed_block *start, in backed_block_list_move()