Home
last modified time | relevance | path

Searched defs:sparse_file (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/core/libsparse/
H A Dsparse_file.h26 struct sparse_file { struct
27 unsigned int block_size;
28 int64_t len;
29 bool verbose;
31 struct backed_block_list* backed_block_list;
32 struct output_file* out;
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc781 SimpleFileTracker::FileHandle sparse_file = file_tracker_->Acquire( in ReadSparseData() local
862 SimpleFileTracker::FileHandle sparse_file = file_tracker_->Acquire( in WriteSparseData() local
1851 auto sparse_file = in OpenSparseFileIfExists() local
1875 std::unique_ptr<base::File> sparse_file = in CreateSparseFile() local
1898 bool SimpleSynchronousEntry::TruncateSparseFile(base::File* sparse_file) { in TruncateSparseFile()
1913 bool SimpleSynchronousEntry::InitializeSparseFile(base::File* sparse_file) { in InitializeSparseFile()
1941 bool SimpleSynchronousEntry::ScanSparseFile(base::File* sparse_file, in ScanSparseFile()
2004 bool SimpleSynchronousEntry::ReadSparseRange(base::File* sparse_file, in ReadSparseRange()
2032 bool SimpleSynchronousEntry::WriteSparseRange(base::File* sparse_file, in WriteSparseRange()
2074 bool SimpleSynchronousEntry::AppendSparseRange(base::File* sparse_file, in AppendSparseRange()
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dsparse_io.c46 struct sparse_file *sparse_file; member
87 struct sparse_file *sparse_file; in io_manager_import_sparse() local
/aosp_15_r20/system/core/fastboot/
H A Dsuper_flash_helper_test.cpp60 auto sparse_file = helper.GetSparseLayout(); in TEST() local