Searched refs:GetBlockCount (Results 1 – 10 of 10) sorted by relevance
| /system/ulib/blobfs/include/blobfs/ |
| A D | common.h | 43 zx_status_t GetBlockCount(int fd, uint64_t* out);
|
| /system/utest/blobfs/ |
| A D | blobfs-test.h | 70 uint64_t GetBlockCount() const { in GetBlockCount() function
|
| /system/dev/bus/virtio/ |
| A D | block.h | 48 uint64_t GetBlockCount() const { return config_.capacity; } in GetBlockCount() function
|
| /system/uapp/blobfs/ |
| A D | main.cpp | 65 if (blobfs::GetBlockCount(fd.get(), &block_count)) { in Mkfs()
|
| /system/ulib/fvm-host/format/ |
| A D | blobfs.cpp | 27 if (blobfs::GetBlockCount(fd_.get(), &blocks_) != ZX_OK) { in BlobfsFormat()
|
| /system/host/blobfs/ |
| A D | main.cpp | 202 if (blobfs::GetBlockCount(fd_.get(), &block_count)) { in Mkfs()
|
| /system/ulib/blobfs/ |
| A D | common.cpp | 104 zx_status_t GetBlockCount(int fd, uint64_t* out) { in GetBlockCount() function
|
| A D | host.cpp | 194 if ((status = GetBlockCount(fd.get(), &blocks)) != ZX_OK) { in blobfs_create()
|
| A D | blobfs.cpp | 741 if ((status = GetBlockCount(blockfd.get(), &blocks)) != ZX_OK) { in Initialize()
|
| /system/utest/fvm-host/ |
| A D | main.cpp | 121 ASSERT_EQ(blobfs::GetBlockCount(r, &block_count), ZX_OK, in CreateBlobfs()
|
Completed in 21 milliseconds