Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ Ext2IsDot
Function
Ext2IsDot
Ext4Fsd/misc.c:524–527 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
522
}
523
524
BOOLEAN Ext2IsDot(PUNICODE_STRING name)
525
{
526
return (name->Length == 2 && name->Buffer[0] == L
'.'
);
527
}
528
529
BOOLEAN Ext2IsDotDot(PUNICODE_STRING name)
530
{
Callers
1
Ext2SearchMcbWithoutLock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected