Home
last modified time | relevance | path

Searched defs:bufsize (Results 1 – 11 of 11) sorted by relevance

/system/extras/libfec/test/
Dtest_read.cpp24 const unsigned bufsize = 2 * 1024 * FEC_BLOCKSIZE; variable
/system/hardware/interfaces/net/netd/testutils/
DVtsHalNetNetdTestUtils.cpp57 size_t bufsize = 0; in runCommand() local
/system/netd/tests/
Dtest_utils.cpp49 size_t bufsize = 0; in runCommand() local
/system/core/fs_mgr/
Dfs_mgr_verity.cpp197 static bool format_verity_table(char *buf, const size_t bufsize, in format_verity_table()
236 static bool format_legacy_verity_table(char *buf, const size_t bufsize, in format_legacy_verity_table()
/system/vold/bench/
Dbenchgen.py107 bufsize = 1048576 variable
/system/core/fastboot/
Dusb_linux.cpp287 char* buf, int bufsize) in read_sysfs_string()
/system/core/libsysutils/src/
DNetlinkEvent.cpp507 const size_t bufsize = numaddrs * kMaxSingleAddressLength; in parseNdUserOptMessage() local
/system/netd/client/
DNetdClient.cpp234 int netdClientSendto(int sockfd, const void* buf, size_t bufsize, int flags, const sockaddr* addr, in netdClientSendto()
/system/core/adb/
Dsysdeps.h482 static inline int adb_getlogin_r(char* buf, size_t bufsize) { in adb_getlogin_r()
Dsysdeps_win32.cpp1045 int adb_getlogin_r(char* buf, size_t bufsize) { in adb_getlogin_r()
/system/connectivity/wificond/net/kernel-header-latest/
Dnl80211.h4327 __u32 min_len, max_len, bufsize; member