Searched defs:bufsize (Results 1 – 7 of 7) sorted by relevance
/system/extras/libfec/test/ |
D | test_read.cpp | 24 const unsigned bufsize = 2 * 1024 * FEC_BLOCKSIZE; variable
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.cpp | 254 static bool format_verity_table(char *buf, const size_t bufsize, in format_verity_table() 293 static bool format_legacy_verity_table(char *buf, const size_t bufsize, in format_legacy_verity_table() 317 size_t bufsize; in load_verity_table() local
|
/system/vold/bench/ |
D | benchgen.py | 107 bufsize = 1048576 variable
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 469 const size_t bufsize = kTagLength + numaddrs * kMaxSingleAddressLength; in parseNdUserOptMessage() local
|
/system/core/fastboot/ |
D | usb_linux.cpp | 271 char* buf, int bufsize) in read_sysfs_string()
|
/system/core/sdcard/ |
D | sdcard.c | 327 static ssize_t get_node_path_locked(struct node* node, char* buf, size_t bufsize) { in get_node_path_locked() 367 char* buf, size_t bufsize, int search) in find_file_within() 653 char* buf, size_t bufsize) in lookup_node_and_path_by_id_locked()
|
/system/netd/tests/ |
D | binder_test.cpp | 138 size_t bufsize = 0; in runCommand() local
|