Home
last modified time | relevance | path

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

/src/stand/efi/libefi/
H A Defihttp.c562 char *path_slash; in efihttp_fs_open() local
583 path_slash = malloc(strlen(path) + 2); in efihttp_fs_open()
584 if (path_slash == NULL) in efihttp_fs_open()
586 strcpy(path_slash, path); in efihttp_fs_open()
587 strcat(path_slash, "/"); in efihttp_fs_open()
588 err = _efihttp_fs_open(path_slash, f); in efihttp_fs_open()
589 free(path_slash); in efihttp_fs_open()