Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3048
BOOL
3049
Ext2StartExt2Fsd()
3050
{
3051
if (Ext2IsServiceStarted()) {
3052
return TRUE;
3053
}
3054
3055
return Ext2StartService(
"ext2fsd"
);
3056
}
3057
3058
BOOL
3059
Ext2IsServiceStarted()
Callers
1
OnStartService
Method · 0.85
Calls
2
Ext2IsServiceStarted
Function · 0.85
Ext2StartService
Function · 0.70
Tested by
no test coverage detected