Searched refs:fsw_streq_cstr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_core.c598 if (fsw_streq_cstr(&lookup_name, ".")) { // self directory
602 } else if (fsw_streq_cstr(&lookup_name, "..")) { // parent directory
H A Dfsw_core.h481 int fsw_streq_cstr(struct fsw_string *s1, const char *s2);
H A Dfsw_lib.c408 int fsw_streq_cstr(struct fsw_string *s1, const char *s2) function

Completed in 80 milliseconds