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

Function Ext2StartExt2Srv

Ext2Mgr/enumDisk.cpp:3037–3045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3035}
3036
3037BOOL
3038Ext2StartExt2Srv()
3039{
3040 BOOL rc = Ext2StartService("Ext2Srv");
3041 if (!rc)
3042 rc = Ext2InstallExt2Srv();
3043
3044 return rc;
3045}
3046
3047
3048BOOL

Callers 1

Ext2PipeControlFunction · 0.85

Calls 2

Ext2InstallExt2SrvFunction · 0.85
Ext2StartServiceFunction · 0.70

Tested by

no test coverage detected