Home
last modified time | relevance | path

Searched refs:file_type (Results 1 – 3 of 3) sorted by relevance

/tools/libfsimage/iso9660/
A Dfsys_iso9660.c152 unsigned char file_type; in iso9660_dir() local
189 file_type = (idr->flags.l & 2) ? ISO_DIRECTORY : ISO_REGULAR; in iso9660_dir()
246 file_type = ((rr_ptr.rr->u.px.mode.l & POSIX_S_IFMT) in iso9660_dir()
367 if (file_type != ISO_DIRECTORY) in iso9660_dir()
374 if (file_type != ISO_REGULAR) in iso9660_dir()
/tools/pygrub/src/
A Dpygrub883 def copy_from_image(fs, file_to_read, file_type, fd_dst, path_dst, not_really): argument
886 return "<%s:%s>" % (file_type, file_to_read)
888 sys.exit("The requested %s file does not exist" % file_type)
908 sys.exit("Error writing temporary copy of "+file_type)
/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c224 __u8 file_type; member

Completed in 18 milliseconds