class FileMapping

Defined at line 46 of file ../../src/storage/blobfs/host.h

A mapping of a file. Does not own the file.

Public Methods

void FileMapping (const FileMapping & )

Defined at line 48 of file ../../src/storage/blobfs/host.h

FileMapping & operator= (const FileMapping & )

Defined at line 50 of file ../../src/storage/blobfs/host.h

std::span<const uint8_t> data ()

Defined at line 56 of file ../../src/storage/blobfs/host.h

void FileMapping (FileMapping && other)

Defined at line 225 of file ../../src/storage/blobfs/host.cc

FileMapping & operator= (FileMapping && other)

Defined at line 231 of file ../../src/storage/blobfs/host.cc

void ~FileMapping ()

Defined at line 239 of file ../../src/storage/blobfs/host.cc

zx::result<FileMapping> Create (int fd)

Defined at line 208 of file ../../src/storage/blobfs/host.cc