Searched defs:src_len (Results 1 – 6 of 6) sorted by relevance
/aosp12/bootable/recovery/applypatch/ |
H A D | imgpatch.cpp | 53 static bool ApplyBSDiffPatchAndStreamOutput(const uint8_t* src_data, size_t src_len, in ApplyBSDiffPatchAndStreamOutput() 177 size_t src_len = static_cast<size_t>(Read8(normal_header + 8)); in ApplyImagePatch() local 221 size_t src_len = static_cast<size_t>(Read8(deflate_header + 8)); in ApplyImagePatch() local
|
/aosp12/system/core/libutils/ |
H A D | Unicode.cpp | 128 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index) in utf32_from_utf8_at() 146 ssize_t utf32_to_utf8_length(const char32_t *src, size_t src_len) in utf32_to_utf8_length() 168 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst, size_t dst_len) in utf32_to_utf8() 283 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst, size_t dst_len) in utf16_to_utf8() 317 ssize_t utf16_to_utf8_length(const char16_t *src, size_t src_len) in utf16_to_utf8_length()
|
/aosp12/bionic/libc/bionic/ |
H A D | fortify.cpp | 235 size_t src_len = strlen(src) + 1; in __stpcpy_chk() local 250 char* __stpncpy_chk2(char* dst, const char* src, size_t n, size_t dst_len, size_t src_len) { in __stpncpy_chk2() 361 char* __strncpy_chk2(char* dst, const char* src, size_t n, size_t dst_len, size_t src_len) { in __strncpy_chk2() 487 size_t src_len = strlen(src) + 1; in __STRCPY_CHK() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | fib_rules.h | 33 __u8 src_len; member
|
/aosp12/bionic/tests/ |
H A D | wchar_test.cpp | 620 size_t src_len = NUM_WCHARS(sizeof(src)) - 1; in TEST() local 650 size_t src_len = NUM_WCHARS(sizeof(src)) - 1; in TEST() local
|
/aosp12/system/nfc/src/nfc/ndef/ |
H A D | ndef_utils.cc | 1323 tNDEF_STATUS NDEF_MsgCopyAndDechunk(uint8_t* p_src, uint32_t src_len, in NDEF_MsgCopyAndDechunk()
|