Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int i;
- DEBUG ((EFI_D_INFO, "GLS: dir_get: parent=%d name: ", d->g.dnode_id));
- for (i = 0; i < name->len; i++)
- DEBUG((EFI_D_INFO, "%c", ((fsw_u16 *)name->data)[i]));
- DEBUG((EFI_D_INFO, "\n"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement