Searched defs:actual_size (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/util/ |
H A D | BigBuffer.cpp | 38 const size_t actual_size = std::max(block_size_, size); in NextBlockImpl() local
|
/aosp12/system/bt/gd/common/ |
H A D | strings.h | 107 auto actual_size = std::snprintf(buffer, sizeof(buffer), format.c_str(), args...); in StringFormat() local
|
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/ |
H A D | devdep_params.h | 79 int32_t actual_size; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/ |
H A D | devdep_params.h | 74 int32_t actual_size; member
|
/aosp12/bionic/libc/bionic/ |
H A D | fortify.cpp | 121 extern char* __getcwd_chk(char* buf, size_t len, size_t actual_size) { in __getcwd_chk() 126 void* __memchr_chk(const void* s, int c, size_t n, size_t actual_size) { in __memchr_chk() 145 void* __memrchr_chk(const void* s, int c, size_t n, size_t actual_size) { in __memrchr_chk()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | make_cow_from_ab_ota.cpp | 543 uint32_t actual_size; in ProcessReplace() local
|