Home
last modified time | relevance | path

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

/third_party/FatFs/documents/res/
Dapp1.c14 fr = f_open(fp, path, FA_WRITE | FA_OPEN_ALWAYS); in open_append()
Dapp3.c89 fr = f_open(&fil, "fastrec.log", FA_READ | FA_WRITE | FA_OPEN_ALWAYS); in main()
/third_party/FatFs/source/
D00history.txt174 Changed f_open() and f_opendir() reject null object pointer to avoid crash.
196 Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect value on error.
261 Added a file open method FA_OPEN_APPEND. An f_lseek() following f_open() is no longer needed.
336 Fixed f_open() function cannot find the file with file name in length of FF_MAX_LFN characters.
354 Fixed the file gets dead-locked when f_open() failed with some conditions. (appeared at R0.12a)
Dff.h436 FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */
Dff.c3272 FRESULT f_open ( in f_open() function
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c639 err = (f->methods->f_open) (f, fflags); in usb_fifo_open()
1442 if (pm->f_open == NULL) in usb_fifo_check_methods()
1443 pm->f_open = &usb_fifo_dummy_open; in usb_fifo_check_methods()
Dusbdi.h473 usb_fifo_open_t *f_open; member
Dusb_generic.c74 .f_open = &ugen_open,
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c127 .f_open = &uhid_open,