gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fatChkEmptyDirectory (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
4478:                         /* Rename directory, check "to" is empty */
4479:                         err = fatChkEmptyDirectory(fs, to);
4480:                         if (err == EX_NOTEMPTY) err = EX_EXIST;
4624: /* Check directory is empty */ 4625: err = fatChkEmptyDirectory(fs, inode); 4626: if (err >= E_OK) {