gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fatGetINODE (0.02 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
4283:         if (dir.di_dirent != NULL) {
4284:                 err = fatGetINODE(fs, &dir, dtp, path, cpath - path -1, &inode);
4285:                 if (err >= E_OK && curdir->cd_inode != (INODE*)inode) {
4302: if (err >= E_OK || err == EX_NOENT) { 4303: err = fatGetINODE(fs, &dir, dtp, path, strlen((B*)path), &inode); 4304: }