SetFileAttributes   85 include/std/stdlib.h extern unsigned char SetFileAttributes(const char* fn, unsigned char attr);
SetFileAttributes 2423 modules/luascript.c     lua_pushnumber(L, SetFileAttributes(luaL_checkstring(L, 1), luaL_checknumber(L, 2)));
SetFileAttributes   77 modules/module_exportlist.c             SetFileAttributes
SetFileAttributes  259 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int SetFileAttributes(const char *fn, int attr);
SetFileAttributes  262 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void SetFileAttributes(int fd, int attr);