Lines Matching defs:Perms
151 perms Perms = perms_not_known;
159 basic_file_status(file_type Type, perms Perms, time_t ATime,
165 fs_st_size(Size), Type(Type), Perms(Perms) {}
167 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh,
175 FileSizeLow(FileSizeLow), Type(Type), Perms(Perms) {}
180 perms permissions() const { return Perms; }
217 void permissions(perms p) { Perms = p; }
240 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino,
244 : basic_file_status(Type, Perms, ATime, ATimeNSec, MTime, MTimeNSec,
248 file_status(file_type Type, perms Perms, uint32_t LinkCount,
253 : basic_file_status(Type, Perms, LastAccessTimeHigh, LastAccessTimeLow,
300 perms Perms = owner_all | group_all);
309 perms Perms = owner_all | group_all);