Searched refs:lookup_path (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/ |
H A D | fsw_posix.c | 303 struct fsw_string lookup_path; local 305 lookup_path.type = FSW_STRING_TYPE_ISO88591; 306 lookup_path.len = strlen(path); 307 lookup_path.size = lookup_path.len; 308 lookup_path.data = (void *)path; 311 status = fsw_dnode_lookup_path(pvol->vol->root, &lookup_path, '/', &dno);
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ |
H A D | fsw_efi.c | 834 struct fsw_string lookup_path; local 843 lookup_path.type = FSW_STRING_TYPE_UTF16; 844 lookup_path.len = (int)StrLen(FileName); 845 lookup_path.size = lookup_path.len * sizeof(fsw_u16); 846 lookup_path.data = FileName; 849 Status = fsw_efi_map_status(fsw_dnode_lookup_path(File->shand.dnode, &lookup_path, '\\', &dno),
|
H A D | fsw_core.c | 537 struct fsw_string *lookup_path, char separator, 547 remaining_path = *lookup_path; 536 fsw_dnode_lookup_path(struct fsw_dnode *dno, struct fsw_string *lookup_path, char separator, struct fsw_dnode **child_dno_out) argument
|
H A D | fsw_core.h | 441 struct fsw_string *lookup_path, char separator,
|
Completed in 143 milliseconds