MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / Ext2DefineDosDevice

Function Ext2DefineDosDevice

Ext2Mgr/Ext2Pipe.cpp:281–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281BOOL Ext2DefineDosDevice(DWORD flags, CHAR *dos, CHAR *symlink)
282{
283 if (CanDoLocalMount()) {
284 return Ext2DefineDosDeviceLocal(flags, dos, symlink);
285 }
286
287 return Ext2DefineDosDevicePipe(flags, dos, symlink);
288}
289
290
291DWORD Ext2QueryDrivePipe(CHAR drive, CHAR *symlink)

Callers 5

Ext2RemoveDrvLetterFunction · 0.85
Ext2UpdateDrvLetterFunction · 0.85
Ext2AssignDrvLetterFunction · 0.85
Ext2InsertMountPointFunction · 0.85
Ext2RemoveMountPointFunction · 0.85

Calls 3

CanDoLocalMountFunction · 0.85
Ext2DefineDosDeviceLocalFunction · 0.85
Ext2DefineDosDevicePipeFunction · 0.85

Tested by

no test coverage detected