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

Function Ext2IsNullUuid

Ext2Mgr/enumDisk.cpp:2390–2400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2388}
2389
2390BOOL Ext2IsNullUuid (__u8 * uuid)
2391{
2392 int i;
2393 for (i = 0; i < 16; i++) {
2394 if (uuid[i]) {
2395 break;
2396 }
2397 }
2398
2399 return (i >= 16);
2400}
2401
2402BOOL
2403Ext2CheckVolumeRegistryProperty(PEXT2_VOLUME_PROPERTY3 EVP)

Callers 3

AddMountPointMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected