Searched refs:FileAttributes (Results 1 – 4 of 4) sorted by relevance
161 if (!(basic.FileAttributes & FILE_ATTRIBUTE_READONLY)) in stat_handle() 163 if (basic.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in stat_handle() 168 if (basic.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in stat_handle() 380 DWORD orig_attributes = basic.FileAttributes;381 basic.FileAttributes &= ~FILE_ATTRIBUTE_READONLY;383 basic.FileAttributes |= FILE_ATTRIBUTE_READONLY;384 if (basic.FileAttributes != orig_attributes && !SetFileInformationByHandle(h, FileBasicInfo, &basic, sizeof(basic))) in fchmod_handle()
26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() argument28 if (FileAttributes & FILE_ATTRIBUTE_NORMAL) in IsFile()31 if (FileAttributes & FILE_ATTRIBUTE_DIRECTORY) in IsFile()
66 UINT64 FileAttributes; member
810 # FileAttributes