Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h380 DWORD orig_attributes = basic.FileAttributes; in fchmod_handle() local
384 …if (basic.FileAttributes != orig_attributes && !SetFileInformationByHandle(h, FileBasicInfo, &basi… in fchmod_handle()
405 DWORD orig_attributes = attributes; in fchmodat() local
409 if (attributes != orig_attributes && !SetFileAttributesW(path, attributes)) in fchmodat()