HomeSort by: relevance | last modified time | path
    Searched defs:base_path (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/installboot/
evboards.c 1649 const char *base_path = evb_board_get_uboot_path(params, board); local in function:evb_uboot_file_path
1652 if (base_path == NULL || file_name == NULL)
1655 return make_path(buf, bufsize, "%s/%s", base_path, file_name);

Completed in 56 milliseconds