Searched defs:bufsize (Results 1 – 8 of 8) 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 | 195 static bool format_verity_table(char *buf, const size_t bufsize, in format_verity_table() 234 static bool format_legacy_verity_table(char *buf, const size_t bufsize, in format_legacy_verity_table() 259 size_t bufsize; in load_verity_table() local
|
D | fs_mgr_avb.cpp | 302 size_t bufsize = DM_BUF_SIZE - (verity_params - buffer); in hashtree_load_verity_table() local
|
/system/vold/bench/ |
D | benchgen.py | 107 bufsize = 1048576 variable
|
/system/core/sdcard/ |
D | fuse.cpp | 107 static ssize_t get_node_path_locked(struct node* node, char* buf, size_t bufsize) { in get_node_path_locked() 147 char* buf, size_t bufsize, int search) in find_file_within() 435 char* buf, size_t bufsize) in lookup_node_and_path_by_id_locked()
|
/system/core/fastboot/ |
D | usb_linux.cpp | 275 char* buf, int bufsize) in read_sysfs_string()
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 466 const size_t bufsize = kTagLength + numaddrs * kMaxSingleAddressLength; in parseNdUserOptMessage() local
|
/system/netd/tests/ |
D | binder_test.cpp | 130 size_t bufsize = 0; in runCommand() local
|