Search | Google it | Results 1 - 1 of 1 for funcall:fatMapReadBytes (0.00 seconds) |
1321: 1322: err = fatMapReadBytes(map, clno + clno / 2, buf, 2); 1323: if (err < E_OK) break; 1393: offset = clno + (clno / 2); 1394: err = fatMapReadBytes(map, offset, buf, 2); 1395: if (err < E_OK) break; 4710: /* Read data */ 4711: err = fatMapReadBytes(&map, ofs, &buf[actual], sz); 4712: