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

/system/core/logwrapper/
H A Dlogwrap.c60 size_t alloc_len; member in struct:beginning_buf
73 ssize_t alloc_len; member in struct:ending_buf
222 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE;
228 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE;
252 if (a_buf->b_buf.alloc_len) {
276 * so by allocating alloc_len here we will have at least
279 char * nbuf = malloc(a_buf->e_buf.alloc_len);
/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp510 size_t alloc_len = 0; local
520 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) {
550 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) {

Completed in 879 milliseconds