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

Function Ext2IsDotDot

Ext4Fsd/misc.c:529–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529BOOLEAN Ext2IsDotDot(PUNICODE_STRING name)
530{
531 return (name->Length == 4 && name->Buffer[0] == L'.' &&
532 name->Buffer[1] == L'.');
533}

Callers 1

Ext2SearchMcbWithoutLockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected