Searched refs:NTFS (Results 1 - 7 of 7) sorted by relevance

/external/syslinux/libinstaller/
H A Dsyslxfs.h21 NTFS, enumerator in enum:filesystem
H A Dfs.c16 * fs.c - Generic sanity check for FAT/NTFS-based installers
43 } else if (fs_type == NTFS) {
137 if (memcmp(&sectbuf->bsOemName, "NTFS ", 8) &&
140 return "unknown OEM name but claims NTFS";
143 *fs_type = NTFS;
156 /* Must be 0xF0 or 0xF8-0xFF for FAT/NTFS volumes */
158 return "invalid media signature (not an FAT/NTFS volume?)";
H A Dsyslxcom.c138 case NTFS:
170 case NTFS:
/external/syslinux/extlinux/
H A Dmain.c316 if (fs_type == EXT2 || fs_type == VFAT || fs_type == NTFS ||
378 } else if (fs_type == NTFS) {
436 } else if (fs_type == NTFS) {
983 if (fs_type == EXT2 || fs_type == VFAT || fs_type == NTFS
1076 case NTFS:
1366 fs_type = NTFS;
/external/syslinux/linux/
H A Dsyslinux.c320 * Check to see that what we got was indeed an FAT/NTFS
385 } else if (fs_type == NTFS) {
/external/syslinux/win/
H A Dsyslinux.c385 /* Check to see that what we got was indeed an FAT/NTFS
442 if (fs_type == NTFS) {
450 error("Could not fetch NTFS volume info");
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DPath.inc385 // This isn't exactly what defines a NTFS symlink, but it is only true for

Completed in 333 milliseconds