Searched refs:fileAttributes (Results 1 – 4 of 4) sorted by relevance
123 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) in MySetFileAttributes() argument125 if (::SetFileAttributes(fileName, fileAttributes)) in MySetFileAttributes()130 return BOOLToBool(::SetFileAttributesW(longPath, fileAttributes)); in MySetFileAttributes()172 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) in MySetFileAttributes() argument175 return MySetFileAttributes(GetSysPath(fileName), fileAttributes); in MySetFileAttributes()176 if (::SetFileAttributesW(fileName, fileAttributes)) in MySetFileAttributes()181 return BOOLToBool(::SetFileAttributesW(longPath, fileAttributes)); in MySetFileAttributes()
26 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes);35 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes);
76 NSDictionary *attrib = [dirEnum fileAttributes];
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...