Home
last modified time | relevance | path

Searched defs:max_len (Results 1 – 5 of 5) sorted by relevance

/system/core/liblog/tests/
Dliblog_test.cpp449 ssize_t max_len = 0; in TEST() local
510 ssize_t max_len = 0; in TEST() local
/system/core/libsparse/
Dsparse.c278 int sparse_file_resparse(struct sparse_file *in_s, unsigned int max_len, in sparse_file_resparse()
Dbacked_block.c362 unsigned int max_len) in backed_block_split()
/system/core/fastbootd/commands/
Dpartitions.c616 static int get_config_string(cnode *node, char *ptr, int max_len, const char *name) in get_config_string()
/system/core/lmkd/
Dlmkd.c131 static ssize_t read_all(int fd, char *buf, size_t max_len) in read_all()