Home
last modified time | relevance | path

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

/system/core/libsparse/
Dbacked_block.c83 assert(bb->type == BACKED_BLOCK_FILE); in backed_block_filename()
95 assert(bb->type == BACKED_BLOCK_FILE || bb->type == BACKED_BLOCK_FD); in backed_block_file_offset()
96 if (bb->type == BACKED_BLOCK_FILE) { in backed_block_file_offset()
116 if (bb->type == BACKED_BLOCK_FILE) { in backed_block_destroy()
223 case BACKED_BLOCK_FILE: in merge_bb()
334 bb->type = BACKED_BLOCK_FILE; in backed_block_add_file()
389 case BACKED_BLOCK_FILE: in backed_block_split()
Dbacked_block.h27 BACKED_BLOCK_FILE, enumerator
Dsparse.c113 case BACKED_BLOCK_FILE: in sparse_file_write_block()