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/ |
D | windows_support.py | 21 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/ |
D | windows_support.py | 21 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/ |
D | windows_support.py | 21 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/ |
D | windows_support.py | 21 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/ |
D | fileapi.h | 184 #define SetFileAttributes __MINGW_NAME_AW(SetFileAttributes) macro
|
/prebuilts/go/linux-x86/src/os/ |
D | file_windows.go | 206 if e1 = syscall.SetFileAttributes(p, a&^syscall.FILE_ATTRIBUTE_READONLY); e1 == nil {
|
/prebuilts/go/linux-x86/src/syscall/ |
D | syscall_windows.go | 723 return SetFileAttributes(p, attrs)
|
D | zsyscall_windows.go | 1058 func SetFileAttributes(name *uint16, attrs uint32) (err error) { func
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/ |
D | syscall_windows.go | 813 return SetFileAttributes(p, attrs)
|
D | zsyscall_windows.go | 3116 func SetFileAttributes(name *uint16, attrs uint32) (err error) { func
|
/prebuilts/go/linux-x86/api/ |
D | go1.txt | 28639 pkg syscall (windows-386), func SetFileAttributes(*uint16, uint32) error 29568 pkg syscall (windows-amd64), func SetFileAttributes(*uint16, uint32) error
|