Home
last modified time | relevance | path

Searched defs:dup_buffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/keymaster/android_keymaster/
H A Dandroid_keymaster_utils.cpp27 uint8_t* dup_buffer(const void* buf, size_t size) { in dup_buffer() function
/aosp_15_r20/external/python/cpython2/Objects/
Dmemoryobject.c20 dup_buffer(Py_buffer *dest, Py_buffer *src) in dup_buffer() function
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c2106 struct file_buffer *dup_buffer = NULL; in duplicate() local