• Home
  • Raw
  • Download

Lines Matching refs:FR_NO_FILE

1499 	if (dp->sect == 0) return FR_NO_FILE;	/* Report EOT if it has been disabled */  in dir_next()
1506 dp->sect = 0; return FR_NO_FILE; in dir_next()
1517 dp->sect = 0; return FR_NO_FILE; in dir_next()
1526 dp->sect = 0; return FR_NO_FILE; /* Report EOT */ in dir_next()
1576 if (res == FR_NO_FILE) res = FR_DENIED; /* No directory entry to allocate */ in dir_alloc()
1826 FRESULT res = FR_NO_FILE; in dir_read()
1838 res = FR_NO_FILE; break; /* Reached to end of the directory */ in dir_read()
1883 FRESULT res = FR_NO_FILE; in dir_read_massive()
1895 res = FR_NO_FILE; break; /* Reached to end of the directory */ in dir_read_massive()
1960 if (c == 0) { res = FR_NO_FILE; break; } /* Reached to end of table */ in dir_find()
2043 if (res != FR_NO_FILE) return res; /* Abort if the result is other than 'not collided' */ in dir_register()
2125 if (res == FR_NO_FILE) res = FR_INT_ERR; in dir_remove()
2565 if (res == FR_NO_FILE) { /* Object is not found */ in follow_path()
3314 …if ((res == FR_NO_FILE) && (mode & FA_OPEN_ALWAYS)) { /* There is no file to open, create a new e… in f_open()
3403 res = FR_NO_FILE; in f_open()
3920 if (res == FR_NO_FILE) res = FR_NO_PATH; in f_chdir()
3980 if (res == FR_NO_FILE) res = FR_INT_ERR;/* It cannot be 'not found'. */ in f_getcwd()
4229 if (res == FR_NO_FILE) res = FR_NO_PATH; in f_opendir()
4290 if (res == FR_NO_FILE) res = FR_OK; /* Ignore end of directory */ in f_readdir()
4294 if (res == FR_NO_FILE) res = FR_OK; /* Ignore end of directory now */ in f_readdir()
4689 if (res == FR_NO_FILE) res = FR_OK; /* Empty? */ in f_unlink()
4764 if (FF_FS_RPATH && res == FR_NO_FILE && (dj.fn[NSFLAG] & NS_DOT)) { /* Invalid name? */ in f_mkdir()
4767 if (res == FR_NO_FILE) { /* It is clear to create a new directory */ in f_mkdir()
4949 if (res == FR_NO_FILE) { /* It is a valid path and no name collision */
5160 if (res == FR_NO_FILE) { /* No label entry and return nul string */
5243 if (res == FR_NO_FILE) {