Searched refs:FileAttributes (Results 1 – 25 of 37) sorted by relevance
12
181 if (!(basic.FileAttributes & FILE_ATTRIBUTE_READONLY)) in stat_handle()183 if (basic.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in stat_handle()188 if (basic.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in stat_handle()393 DWORD orig_attributes = basic.FileAttributes; in fchmod_handle()394 basic.FileAttributes &= ~FILE_ATTRIBUTE_READONLY; in fchmod_handle()396 basic.FileAttributes |= FILE_ATTRIBUTE_READONLY; in fchmod_handle()397 if (basic.FileAttributes != orig_attributes && in fchmod_handle()
8 @ CHECK-ATTR: FileAttributes {
9 @ CHECK: FileAttributes {
16 @ CHECK-ATTR: FileAttributes {
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()
16 # CHECK-NEXT: FileAttributes {