Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_sdhci-test.c29 char *sd_path; variable
39 sd_path); in setup_sd_card()
64 fd = open(sd_path, O_WRONLY); in write_sdread()
99 fd = open(sd_path, O_RDONLY); in sdwrite_read()
181 unlink(sd_path); in drive_destroy()
182 g_free(sd_path); in drive_destroy()
191 fd = g_file_open_tmp("sdhci_XXXXXX", &sd_path, &error); in drive_create()
196 g_assert(sd_path != NULL); in drive_create()
200 g_message("%s", sd_path); in drive_create()