Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3037
BOOL
3038
Ext2StartExt2Srv()
3039
{
3040
BOOL rc = Ext2StartService(
"Ext2Srv"
);
3041
if (!rc)
3042
rc = Ext2InstallExt2Srv();
3043
3044
return rc;
3045
}
3046
3047
3048
BOOL
Callers
1
Ext2PipeControl
Function · 0.85
Calls
2
Ext2InstallExt2Srv
Function · 0.85
Ext2StartService
Function · 0.70
Tested by
no test coverage detected