Home
last modified time | relevance | path

Searched refs:RR_FLAG_PX (Results 1 – 2 of 2) sorted by relevance

/external/grub/stage2/
Dfsys_iso9660.c207 rr_flag = RR_FLAG_NM | RR_FLAG_PX /*| RR_FLAG_SL*/; in iso9660_dir()
244 rr_flag &= ~RR_FLAG_PX; in iso9660_dir()
Diso9660.h39 #define RR_FLAG_PX 0x01 /* have POSIX file attributes */ macro