Searched defs:MySetFileAttributes (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/
H A DFileDir.cpp123 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) function in namespace:NWindows::NFile::NDirectory
172 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) function in namespace:NWindows::NFile::NDirectory
175 return MySetFileAttributes(GetSysPath(fileName), fileAttributes);
373 if (!MySetFileAttributes(name, 0))
390 if (!MySetFileAttributes(name, 0))
420 if (!MySetFileAttributes(path, 0))
442 if (!MySetFileAttributes(path, 0))

Completed in 45 milliseconds