Home
last modified time | relevance | path

Searched refs:SetFileAttributes (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/
H A Dwindows_support.py21 SetFileAttributes = ctypes.windll.kernel32.SetFileAttributesW
22 SetFileAttributes.argtypes = ctypes.wintypes.LPWSTR, ctypes.wintypes.DWORD
23 SetFileAttributes.restype = ctypes.wintypes.BOOL
27 ret = SetFileAttributes(path, FILE_ATTRIBUTE_HIDDEN)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/
H A Dwindows_support.py21 SetFileAttributes = ctypes.windll.kernel32.SetFileAttributesW
22 SetFileAttributes.argtypes = ctypes.wintypes.LPWSTR, ctypes.wintypes.DWORD
23 SetFileAttributes.restype = ctypes.wintypes.BOOL
27 ret = SetFileAttributes(path, FILE_ATTRIBUTE_HIDDEN)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/setuptools/
H A Dwindows_support.py21 SetFileAttributes = ctypes.windll.kernel32.SetFileAttributesW
22 SetFileAttributes.argtypes = ctypes.wintypes.LPWSTR, ctypes.wintypes.DWORD
23 SetFileAttributes.restype = ctypes.wintypes.BOOL
27 ret = SetFileAttributes(path, FILE_ATTRIBUTE_HIDDEN)
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/
H A Dwindows_support.py21 SetFileAttributes = ctypes.windll.kernel32.SetFileAttributesW
22 SetFileAttributes.argtypes = ctypes.wintypes.LPWSTR, ctypes.wintypes.DWORD
23 SetFileAttributes.restype = ctypes.wintypes.BOOL
27 ret = SetFileAttributes(path, FILE_ATTRIBUTE_HIDDEN)
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/
H A Dwindows_support.py21 SetFileAttributes = ctypes.windll.kernel32.SetFileAttributesW
22 SetFileAttributes.argtypes = ctypes.wintypes.LPWSTR, ctypes.wintypes.DWORD
23 SetFileAttributes.restype = ctypes.wintypes.BOOL
27 ret = SetFileAttributes(path, FILE_ATTRIBUTE_HIDDEN)
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/
H A Dwindows_support.py21 SetFileAttributes = ctypes.windll.kernel32.SetFileAttributesW
22 SetFileAttributes.argtypes = ctypes.wintypes.LPWSTR, ctypes.wintypes.DWORD
23 SetFileAttributes.restype = ctypes.wintypes.BOOL
27 ret = SetFileAttributes(path, FILE_ATTRIBUTE_HIDDEN)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/
H A Dwindows_support.py21 SetFileAttributes = ctypes.windll.kernel32.SetFileAttributesW
22 SetFileAttributes.argtypes = ctypes.wintypes.LPWSTR, ctypes.wintypes.DWORD
23 SetFileAttributes.restype = ctypes.wintypes.BOOL
27 ret = SetFileAttributes(path, FILE_ATTRIBUTE_HIDDEN)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools/
H A Dwindows_support.py21 SetFileAttributes = ctypes.windll.kernel32.SetFileAttributesW
22 SetFileAttributes.argtypes = ctypes.wintypes.LPWSTR, ctypes.wintypes.DWORD
23 SetFileAttributes.restype = ctypes.wintypes.BOOL
27 ret = SetFileAttributes(path, FILE_ATTRIBUTE_HIDDEN)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/
H A Djumplist_file_util.cc29 SetFileAttributes( in DeleteFiles()
64 !SetFileAttributes(path.value().c_str(), in DeleteDirectoryContent()
116 SetFileAttributes( in DeleteNonCachedFiles()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dprntfs.c109 (SetFileAttributes, ((STRING_ARG (1)), (arg_ulong_integer (2))));
149 STD_BOOL_API_CALL (SetFileAttributes,
169 STD_BOOL_API_CALL (SetFileAttributes, (filename, attributes));
344 (SetFileAttributes, ((STRING_ARG (1)), (arg_ulong_integer (2))));
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dwin32utils.py354 SetFileAttributes = ctypes.windll.kernel32.SetFileAttributesW
355 SetFileAttributes.argtypes = LPWSTR, DWORD
356 SetFileAttributes.restype = BOOL
358 if not SetFileAttributes(path, FILE_ATTRIBUTE_HIDDEN):
/dports/sysutils/syslinux/syslinux-6.03/win/
H A Dsyslinux.c273 SetFileAttributes(new_name, FILE_ATTRIBUTE_NORMAL); in move_file()
280 SetFileAttributes(pathname, FILE_ATTRIBUTE_READONLY | in move_file()
284 SetFileAttributes(new_name, FILE_ATTRIBUTE_READONLY | in move_file()
395 SetFileAttributes(ldlinux_name, FILE_ATTRIBUTE_NORMAL); in main()
396 SetFileAttributes(ldlinuxc32_name, FILE_ATTRIBUTE_NORMAL); in main()
/dports/comms/fllog/fllog-1.2.6/src/misc/
H A Dmingw.c150 SetFileAttributes(pnew, attrs & ~FILE_ATTRIBUTE_READONLY)) { in mingw_rename()
154 SetFileAttributes(pnew, attrs); in mingw_rename()
/dports/comms/flrig/flrig-1.3.54/src/support/
H A Dmingw.c156 SetFileAttributes(pnew, attrs & ~FILE_ATTRIBUTE_READONLY)) { in mingw_rename()
160 SetFileAttributes(pnew, attrs); in mingw_rename()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.SetFileAttributes.cs18 internal static bool SetFileAttributes(string name, int attr) in SetFileAttributes() method in Interop.Kernel32
/dports/devel/mutagen/mutagen-0.11.8/pkg/filesystem/
H A Dvisibility_windows.go27 err = syscall.SetFileAttributes(path16, attributes)
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/config/
H A Dconfig_win.go36 return syscall.SetFileAttributes(p, attrs|syscall.FILE_ATTRIBUTE_HIDDEN)
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dsetfileaccessqq3f.c48 success = SetFileAttributes(fileName, *access); in ENT3F()
/dports/comms/flcluster/flcluster-1.0.4/src/compat/
H A Dmingw.c95 SetFileAttributes(pnew, attrs & ~FILE_ATTRIBUTE_READONLY)) { in mingw_rename()
99 SetFileAttributes(pnew, attrs); in mingw_rename()
/dports/comms/fldigi/fldigi-4.1.20/src/compat/
H A Dmingw.c98 SetFileAttributes(pnew, attrs & ~FILE_ATTRIBUTE_READONLY)) { in mingw_rename()
102 SetFileAttributes(pnew, attrs); in mingw_rename()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/guied/
H A DGEWorkspaceFile.cpp313 SetFileAttributes ( ospath, FILE_ATTRIBUTE_NORMAL ); in LoadFile()
324 SetFileAttributes ( ospath, FILE_ATTRIBUTE_NORMAL ); in LoadFile()
/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Dmingw.c167 SetFileAttributes(pnew, attrs & ~FILE_ATTRIBUTE_READONLY)) { in mingw_rename()
171 SetFileAttributes(pnew, attrs); in mingw_rename()
/dports/comms/flmsg/flmsg-4.0.19/src/utils/
H A Dmingw.c150 SetFileAttributes(pnew, attrs & ~FILE_ATTRIBUTE_READONLY)) { in mingw_rename()
154 SetFileAttributes(pnew, attrs); in mingw_rename()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/
H A Dstorage_engine_lock_file_test.cpp195 ::SetFileAttributes(path.c_str(), FILE_ATTRIBUTE_READONLY); in makePathReadOnly()
203 ::SetFileAttributes(path.c_str(), FILE_ATTRIBUTE_NORMAL); in makePathWritable()
/dports/emulators/aranym/aranym-1.1.0/tools/
H A DUninstallLog.nsh24 SetFileAttributes "$INSTDIR\${UninstLog}" NORMAL
120 SetFileAttributes "$INSTDIR\${UninstLog}" NORMAL

12345678910>>...45