Idź do kodu źródłowego tego pliku.
void sub2 | ( | ) |
const uint8 FAT_ATTR_ARCH = 0x20 |
const uint8 FAT_ATTR_DIR = 0x10 |
const uint8 FAT_ATTR_HIDDEN = 0x02 |
const uint8 FAT_ATTR_LFN = 0x0F |
const uint8 FAT_ATTR_RO = 0x01 |
const uint8 FAT_ATTR_SYSTEM = 0x04 |
const uint8 FAT_ATTR_VOLUME = 0x08 |
const uint8 FAT_DIRENT_ALL_FREE = 0x00 |
const uint8 FAT_DIRENT_FREE = 0xE5 |
const uint8 FAT_DIRENT_FREE2 = 0x05 |
const uint8 FAT_DIRENT_PAD = 0x20 |
Definicja w linii 7 pliku fat.hpp.
Odwołania w fat_t::isEOF(), fat_t::read_next_clust(), fat_t::verify() i fat_t::write_next_clust().
Definicja w linii 8 pliku fat.hpp.
Odwołania w fat_t::isEOF(), fat_t::read_next_clust(), fat_t::verify() i fat_t::write_next_clust().
Definicja w linii 9 pliku fat.hpp.
Odwołania w fat_t::isEOF(), fat_t::read_next_clust(), fat_t::verify() i fat_t::write_next_clust().
Definicja w linii 11 pliku fat.hpp.
Odwołania w fat_t::fat_rawrw(), fat_t::read_chain(), fat_t::read_next_clust(), fat_t::readdir() i fat_t::write_next_clust().
const uint8 LFN_SIG_LAST = 0x40 |
const uint8 LFN_SIG_MASK = 0x1f |
struct bootsect_t packed |