Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileDir.cpp123 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) in MySetFileAttributes() argument
125 if (::SetFileAttributes(fileName, fileAttributes)) in MySetFileAttributes()
130 return BOOLToBool(::SetFileAttributesW(longPath, fileAttributes)); in MySetFileAttributes()
172 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) in MySetFileAttributes() argument
175 return MySetFileAttributes(GetSysPath(fileName), fileAttributes); in MySetFileAttributes()
176 if (::SetFileAttributesW(fileName, fileAttributes)) in MySetFileAttributes()
181 return BOOLToBool(::SetFileAttributesW(longPath, fileAttributes)); in MySetFileAttributes()
DFileDir.h26 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes);
35 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes);