Searched defs:remaining_path (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_core.c544 struct fsw_string remaining_path; local
547 remaining_path = *lookup_path;
551 for (root_if_empty = 1; fsw_strlen(&remaining_path) > 0; root_if_empty = 0) {
553 fsw_strsplit(&lookup_name, &remaining_path, separator);
557 remaining_path.len, remaining_path.data));

Completed in 87 milliseconds