Home
last modified time | relevance | path

Searched refs:FileAttributes (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h180 if (!(basic.FileAttributes & FILE_ATTRIBUTE_READONLY)) in stat_handle()
182 if (basic.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in stat_handle()
187 if (basic.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in stat_handle()
392 DWORD orig_attributes = basic.FileAttributes; in fchmod_handle()
393 basic.FileAttributes &= ~FILE_ATTRIBUTE_READONLY; in fchmod_handle()
395 basic.FileAttributes |= FILE_ATTRIBUTE_READONLY; in fchmod_handle()
396 if (basic.FileAttributes != orig_attributes && in fchmod_handle()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() argument
28 if (FileAttributes & FILE_ATTRIBUTE_NORMAL) in IsFile()
31 if (FileAttributes & FILE_ATTRIBUTE_DIRECTORY) in IsFile()
/freebsd-13.1/stand/efi/include/
H A Defifs.h67 UINT64 FileAttributes; member
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c159 DWORD FileAttributes; member