Home
last modified time | relevance | path

Searched defs:actual_size (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/util/
H A DBigBuffer.cpp38 const size_t actual_size = std::max(block_size_, size); in NextBlockImpl() local
/aosp12/system/bt/gd/common/
H A Dstrings.h107 auto actual_size = std::snprintf(buffer, sizeof(buffer), format.c_str(), args...); in StringFormat() local
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/
H A Ddevdep_params.h79 int32_t actual_size; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Ddevdep_params.h74 int32_t actual_size; member
/aosp12/bionic/libc/bionic/
H A Dfortify.cpp121 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 Dmake_cow_from_ab_ota.cpp543 uint32_t actual_size; in ProcessReplace() local