Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/
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)
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/
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)
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/setuptools/
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)
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/
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)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dfileapi.h184 #define SetFileAttributes __MINGW_NAME_AW(SetFileAttributes) macro
/prebuilts/go/linux-x86/src/os/
Dfile_windows.go206 if e1 = syscall.SetFileAttributes(p, a&^syscall.FILE_ATTRIBUTE_READONLY); e1 == nil {
/prebuilts/go/linux-x86/src/syscall/
Dsyscall_windows.go723 return SetFileAttributes(p, attrs)
Dzsyscall_windows.go1058 func SetFileAttributes(name *uint16, attrs uint32) (err error) { func
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dsyscall_windows.go813 return SetFileAttributes(p, attrs)
Dzsyscall_windows.go3116 func SetFileAttributes(name *uint16, attrs uint32) (err error) { func
/prebuilts/go/linux-x86/api/
Dgo1.txt28639 pkg syscall (windows-386), func SetFileAttributes(*uint16, uint32) error
29568 pkg syscall (windows-amd64), func SetFileAttributes(*uint16, uint32) error