Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c78 static const char *FILE_NAME = "/usb/ESP32.txt"; variable
275 write_read_file(FILE_NAME);
297 write_read_file(FILE_NAME); in check_formatting()
302 TEST_ASSERT( file_exists(FILE_NAME) ); in check_formatting()
310 TEST_ASSERT( !file_exists(FILE_NAME) ); in check_formatting()