Home
last modified time | relevance | path

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

/system/core/libsparse/
Dbacked_block.cpp77 assert(bb->type == BACKED_BLOCK_FILE); in backed_block_filename()
87 assert(bb->type == BACKED_BLOCK_FILE || bb->type == BACKED_BLOCK_FD); in backed_block_file_offset()
88 if (bb->type == BACKED_BLOCK_FILE) { in backed_block_file_offset()
105 if (bb->type == BACKED_BLOCK_FILE) { in backed_block_destroy()
207 case BACKED_BLOCK_FILE: in merge_bb()
316 bb->type = BACKED_BLOCK_FILE; in backed_block_add_file()
369 case BACKED_BLOCK_FILE: in backed_block_split()
Dbacked_block.h27 BACKED_BLOCK_FILE, enumerator
Dsparse.cpp98 case BACKED_BLOCK_FILE: in sparse_file_write_block()