Searched refs:BlobfsFormat (Results 1 – 3 of 3) sorted by relevance
11 BlobfsFormat::BlobfsFormat(fbl::unique_fd fd, const char* type) in BlobfsFormat() function in BlobfsFormat36 BlobfsFormat::~BlobfsFormat() = default;130 zx_status_t BlobfsFormat::GetSliceCount(uint32_t* slices_out) const { in GetSliceCount()137 zx_status_t BlobfsFormat::FillBlock(size_t block_offset) { in FillBlock()149 zx_status_t BlobfsFormat::EmptyBlock() { in EmptyBlock()155 void* BlobfsFormat::Data() { in Data()159 const char* BlobfsFormat::Name() const { in Name()163 uint32_t BlobfsFormat::BlockSize() const { in BlockSize()167 uint32_t BlobfsFormat::BlocksPerSlice() const { in BlocksPerSlice()172 uint32_t BlobfsFormat::BlocksToSlices(uint32_t block_count) const { in BlocksToSlices()[all …]
54 fbl::unique_ptr<Format> blobfsFormat(new BlobfsFormat(std::move(fd), type)); in Create()
160 class BlobfsFormat final : public Format {162 BlobfsFormat(fbl::unique_fd fd, const char* type);163 ~BlobfsFormat();
Completed in 7 milliseconds