Home
last modified time | relevance | path

Searched defs:src (Results 1 – 18 of 18) sorted by relevance

/trusty/user/app/storage/
Darray.h21 #define array_copy(dest, src, count) \ argument
27 #define array_shift(array, dest, src) \ argument
57 #define array_shift_down(array, dest, src) \ argument
Dblock_mac.h83 const struct block_mac* src) { in block_mac_copy_mac()
Dblock_set.c658 const struct block_set* src) { in block_set_copy()
683 const struct block_set* src) { in block_set_copy_ro_fs()
699 const struct block_set* src) { in block_set_copy_ro()
Dblock_mac.c84 const struct block_mac* src) { in block_mac_copy()
Dfile.c1262 struct block_mac* src = &file->committed_block_mac; in file_restore_to_commit() local
1289 struct block_mac* src = &file->to_commit_block_mac; in file_apply_to_commit() local
Dblock_tree.c227 const void* src; in block_tree_node_shift() local
3065 void block_tree_copy(struct block_tree* dst, const struct block_tree* src) { in block_tree_copy()
/trusty/vendor/google/aosp/scripts/
Dbuild.py86 def copy_file(src, dest, optional=False): argument
103 def archive_build_file(args, project, src, dest=None, optional=False): argument
152 def archive_dir(zip_archive, src, dest, omit=()): argument
366 def zip_dir(zip_archive, src, dest, filterfunc=lambda _: True): argument
Dtrusty_build_config.py82 def __init__(self, src, dest, optional): argument
304 def archive(src, dest=None, optional=False): argument
/trusty/user/app/storage/test/storage_host_test/
Dlibrary_shims.c41 const uint8_t* src, in hwkey_derive()
/trusty/user/base/lib/hwasan/
Dhwasan.c108 void* __hwasan_memcpy(uintptr_t dst, const uintptr_t src, size_t size) { in __hwasan_memcpy()
114 void* __hwasan_memmove(uintptr_t dst, const uintptr_t src, size_t size) { in __hwasan_memmove()
/trusty/kernel/lib/app_manifest/
Dapp_manifest.c71 const void* src = app_manifest_get_ptr(iterator, size); in app_manifest_read_ptr() local
/trusty/kernel/include/shared/lk/
Dreflist.h108 struct obj_ref* src) { in obj_ref_transfer()
/trusty/user/base/lib/hwkey/
Dhwkey.c191 const uint8_t* src, in hwkey_derive()
/trusty/user/base/lib/apploader_package/include/apploader/
Dcbor.h406 void encodeBstr(__UNUSED const uint8_t* src, const size_t srcsz) { in encodeBstr()
440 bool copyBytes(const uint8_t* src, const size_t srcsz) { in copyBytes()
642 bool copyBytes(const uint8_t* src, const size_t srcsz) { in copyBytes()
/trusty/kernel/app/usercopytest/
Dusercopytest.c328 #define copy_from_anywhere(dst, src, len) -1 argument
/trusty/kernel/lib/ubsan/
Dubsan.c275 value_handle_t src, in UBSAN_HANDLER()
/trusty/user/app/sample/hwcrypto/
Dhwkey_srv_fake_provider.c154 static uint32_t fill_context_buf(const void* src, in fill_context_buf()
/trusty/kernel/lib/trusty/
Dtipc_virtio_dev.c116 uint32_t src; member