Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dmake_ext4fs.c558 char *base_file_line = NULL; in extract_base_fs_allocations() local
582 while (getline(&base_file_line, &base_file_line_len, base_alloc_file_in) != -1) { in extract_base_fs_allocations()
583 if (sscanf(base_file_line, base_alloc_file_in_format, &stored_file_name, &file_map) in extract_base_fs_allocations()
654 free(base_file_line); in extract_base_fs_allocations()