Home
last modified time | relevance | path

Searched refs:dev_path_str (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/boot/efi/
Dshim.c106 _cleanup_freepool_ CHAR16 *dev_path_str = NULL; in security_policy_authentication() local
129 dev_path_str = DevicePathToStr(dp); in security_policy_authentication()
130 if (!dev_path_str) in security_policy_authentication()
133 status = file_read(root, dev_path_str, 0, 0, &file_buffer, &file_size); in security_policy_authentication()