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

Function Ext2StartExt2Fsd

Ext2Mgr/enumDisk.cpp:3048–3056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3046
3047
3048BOOL
3049Ext2StartExt2Fsd()
3050{
3051 if (Ext2IsServiceStarted()) {
3052 return TRUE;
3053 }
3054
3055 return Ext2StartService("ext2fsd");
3056}
3057
3058BOOL
3059Ext2IsServiceStarted()

Callers 1

OnStartServiceMethod · 0.85

Calls 2

Ext2IsServiceStartedFunction · 0.85
Ext2StartServiceFunction · 0.70

Tested by

no test coverage detected