Home
last modified time | relevance | path

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

/system/core/logwrapper/
Dlogwrap.c61 size_t alloc_len; member
74 ssize_t alloc_len; member
223 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE; in init_abbr_buf()
229 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE; in init_abbr_buf()
253 if (a_buf->b_buf.alloc_len) { in print_abbr_buf()
280 char * nbuf = malloc(a_buf->e_buf.alloc_len); in print_abbr_buf()
/system/core/fs_mgr/
Dfs_mgr_fstab.c251 size_t alloc_len = 0; in fs_mgr_read_fstab() local
267 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) { in fs_mgr_read_fstab()
297 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) { in fs_mgr_read_fstab()