Home
last modified time | relevance | path

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

/system/extras/libfec/test/
Dtest_read.cpp24 const unsigned bufsize = 2 * 1024 * FEC_BLOCKSIZE; variable
/system/core/fs_mgr/
Dfs_mgr_verity.cpp254 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/
Dbenchgen.py107 bufsize = 1048576 variable
/system/core/libsysutils/src/
DNetlinkEvent.cpp469 const size_t bufsize = kTagLength + numaddrs * kMaxSingleAddressLength; in parseNdUserOptMessage() local
/system/core/fastboot/
Dusb_linux.cpp271 char* buf, int bufsize) in read_sysfs_string()
/system/core/sdcard/
Dsdcard.c327 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/
Dbinder_test.cpp138 size_t bufsize = 0; in runCommand() local