Home
last modified time | relevance | path

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

/system/core/logwrapper/
Dlogwrap.cpp64 size_t alloc_len; member
77 ssize_t alloc_len; member
221 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE; in init_abbr_buf()
227 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE; in init_abbr_buf()
250 if (a_buf->b_buf.alloc_len) { in print_abbr_buf()
276 char* nbuf = static_cast<char*>(malloc(a_buf->e_buf.alloc_len)); in print_abbr_buf()
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp427 size_t alloc_len = 0; in ReadFstabFile() local
433 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) { in ReadFstabFile()
Dfs_mgr_overlayfs.cpp613 size_t alloc_len = 0; in ReadMountinfoFromFile() local
615 while ((len = getline(&line, &alloc_len, file.get())) != -1) { in ReadMountinfoFromFile()