MCPcopy Create free account
hub / github.com/BlueSCSI/BlueSCSI-v2 / ImageBackingStore

Method ImageBackingStore

src/ImageBackingStore.cpp:38–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36extern bool g_rawdrive_active;
37
38ImageBackingStore::ImageBackingStore()
39{
40 m_iscontiguous = false;
41 m_israw = false;
42 g_rawdrive_active = m_israw;
43 m_isrom = false;
44 m_isreadonly_attr = false;
45 m_blockdev = nullptr;
46 m_bgnsector = m_endsector = m_cursector = 0;
47 m_isfolder = false;
48 m_foldername[0] = '\0';
49}
50
51ImageBackingStore::ImageBackingStore(const char *filename, uint32_t scsi_block_size): ImageBackingStore()
52{

Callers

nothing calls this directly

Calls 3

logmsgFunction · 0.85
romDriveCheckPresentFunction · 0.85
sectorCountMethod · 0.80

Tested by

no test coverage detected