Searched refs:lookup_path (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix.c303 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 Dfsw_efi.c834 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 Dfsw_core.c537 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 Dfsw_core.h441 struct fsw_string *lookup_path, char separator,

Completed in 1840 milliseconds