HomeSort by relevance Sort by last modified time
    Searched full:ext4_sparse_file (Results 1 - 11 of 11) sorted by null

  /system/extras/ext4_utils/
ext2simg.c 69 sparse_file_add_file(ext4_sparse_file, filename, 0,
94 sparse_file_add_file(ext4_sparse_file, filename,
108 sparse_file_add_file(ext4_sparse_file, filename,
173 ext4_sparse_file = sparse_file_new(info.block_size, info.len);
192 sparse_file_destroy(ext4_sparse_file);
indirect.c 47 sparse_file_add_data(ext4_sparse_file, ptr, len, region_block);
124 sparse_file_add_data(ext4_sparse_file, ind_block_data, info.block_size,
154 sparse_file_add_data(ext4_sparse_file, dind_block_data, info.block_size,
203 sparse_file_add_data(ext4_sparse_file, ind_block_data, info.block_size,
235 sparse_file_add_data(ext4_sparse_file, dind_block_data, info.block_size,
267 sparse_file_add_data(ext4_sparse_file, tind_block_data, info.block_size,
447 sparse_file_add_data(ext4_sparse_file, dind_block_data, info.block_size,
453 sparse_file_add_data(ext4_sparse_file, ind_block_data,
extent.c 45 sparse_file_add_data(ext4_sparse_file, ptr, len, region_block);
67 sparse_file_add_file(ext4_sparse_file, filename, offset, len,
147 sparse_file_add_data(ext4_sparse_file, data, info.block_size,
make_ext4fs.c 415 if (ext4_sparse_file) {
416 sparse_file_destroy(ext4_sparse_file);
417 ext4_sparse_file = NULL;
785 ext4_sparse_file = sparse_file_new(info.block_size, info.len);
872 sparse_file_destroy(ext4_sparse_file);
873 ext4_sparse_file = NULL;
ext4_utils.c 51 struct sparse_file *ext4_sparse_file; variable in typeref:struct:sparse_file
193 sparse_file_write(ext4_sparse_file, fd, gz, sparse, crc);
373 sparse_file_add_data(ext4_sparse_file, aux_info.bg_desc,
403 sparse_file_add_data(ext4_sparse_file, sb, info.block_size, start_block);
ext4_utils.h 121 extern struct sparse_file *ext4_sparse_file;
allocate.c 175 sparse_file_add_data(ext4_sparse_file, bg->inode_table,
287 sparse_file_add_data(ext4_sparse_file, bg->bitmaps, 2 * info.block_size,
692 int result = sparse_file_add_data(ext4_sparse_file, block, info.block_size, block_num);
  /prebuilts/android-emulator/linux-x86_64/
emulator-ranchu-arm64 
emulator-ranchu-mips64 
emulator-ranchu-x86 
emulator-ranchu-x86_64 

Completed in 100 milliseconds