Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat_file.c173 mode |= FA_WRITE | FA_CREATE_ALWAYS; in file_open()
176 mode |= FA_WRITE | FA_CREATE_NEW; in file_open()
179 mode |= FA_WRITE | FA_OPEN_ALWAYS; in file_open()
182 mode |= FA_READ | FA_WRITE; in file_open()
/AliOS-Things-master/components/fatfs/src/
A Dfatfs_vfs.c102 res |= FA_WRITE; in fatfs_mode_conv()
104 res |= FA_READ | FA_WRITE; in fatfs_mode_conv()
A Dff.c3461 if ((mode & FA_WRITE) && (dj.obj.attr & AM_RDO)) { /* Write mode open against R/O file */
3673 if (!(fp->flag & FA_WRITE)) LEAVE_FF(fs, FR_DENIED); /* Check access mode */
4152 if (fp->flag & FA_WRITE) { /* Check if in write mode or not */
4527 if (!(fp->flag & FA_WRITE)) LEAVE_FF(fs, FR_DENIED); /* Check access mode */
4581 res = find_volume(&path, &fs, FA_WRITE);
4674 res = find_volume(&path, &fs, FA_WRITE);
4763 res = find_volume(&path_old, &fs, FA_WRITE); /* Get logical drive of the old object */
4871 res = find_volume(&path, &fs, FA_WRITE); /* Get logical drive */
4917 res = find_volume(&path, &fs, FA_WRITE); /* Get logical drive */
5059 res = find_volume(&label, &fs, FA_WRITE);
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h285 #define FA_WRITE 0x02 macro
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h365 #define FA_WRITE 0x02 macro
A Dff.c3517 … if ((mode & FA_WRITE) && (dj.obj.attr & AM_RDO)) { /* Write mode open against R/O file */
3726 if (!(fp->flag & FA_WRITE)) LEAVE_FF(fs, FR_DENIED); /* Check access mode */
4216 if (fp->flag & FA_WRITE) { /* Check if in write mode or not */
4588 if (!(fp->flag & FA_WRITE)) LEAVE_FF(fs, FR_DENIED); /* Check access mode */
4642 res = find_volume(fs, FA_WRITE);
4733 res = find_volume(fs, FA_WRITE); /* Get logical drive */
4818 res = find_volume(fs, FA_WRITE); /* Get logical drive of the old object */
4926 res = find_volume(fs, FA_WRITE); /* Get logical drive */
4972 res = find_volume(fs, FA_WRITE); /* Get logical drive */
5118 res = find_volume(fs, FA_WRITE);
[all …]
/AliOS-Things-master/components/fatfs/include/
A Dff.h330 #define FA_WRITE 0x02 macro

Completed in 34 milliseconds