Home
last modified time | relevance | path

Searched refs:alloc_len (Results 1 – 2 of 2) sorted by relevance

/system/core/logwrapper/
Dlogwrap.c60 size_t alloc_len; member
73 ssize_t alloc_len; member
222 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE; in init_abbr_buf()
228 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE; in init_abbr_buf()
252 if (a_buf->b_buf.alloc_len) { in print_abbr_buf()
279 char * nbuf = malloc(a_buf->e_buf.alloc_len); in print_abbr_buf()
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp510 size_t alloc_len = 0; in fs_mgr_read_fstab_file() local
520 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) { in fs_mgr_read_fstab_file()
550 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) { in fs_mgr_read_fstab_file()