Lines Matching refs:path

50     static long CreateFile(String path,
58 NativeBuffer buffer = asNativeBuffer(path);
70 static long CreateFile(String path,
77 return CreateFile(path, dwDesiredAccess, dwShareMode, 0L,
100 static void DeleteFile(String path) throws WindowsException {
101 NativeBuffer buffer = asNativeBuffer(path);
117 static void CreateDirectory(String path, long lpSecurityAttributes) throws WindowsException {
118 NativeBuffer buffer = asNativeBuffer(path);
133 static void RemoveDirectory(String path) throws WindowsException {
134 NativeBuffer buffer = asNativeBuffer(path);
170 static FirstFile FindFirstFile(String path) throws WindowsException {
171 NativeBuffer buffer = asNativeBuffer(path);
199 static long FindFirstFile(String path, long address) throws WindowsException {
200 NativeBuffer buffer = asNativeBuffer(path);
229 static FirstStream FindFirstStream(String path) throws WindowsException {
230 NativeBuffer buffer = asNativeBuffer(path);
330 static int GetFileAttributes(String path) throws WindowsException {
331 NativeBuffer buffer = asNativeBuffer(path);
346 static void SetFileAttributes(String path, int dwFileAttributes)
349 NativeBuffer buffer = asNativeBuffer(path);
366 static void GetFileAttributesEx(String path, long address) throws WindowsException {
367 NativeBuffer buffer = asNativeBuffer(path);
465 static DiskFreeSpace GetDiskFreeSpaceEx(String path)
468 NativeBuffer buffer = asNativeBuffer(path);
501 static String GetVolumePathName(String path) throws WindowsException {
502 NativeBuffer buffer = asNativeBuffer(path);
541 static int GetFileSecurity(String path,
546 NativeBuffer buffer = asNativeBuffer(path);
566 static void SetFileSecurity(String path,
571 NativeBuffer buffer = asNativeBuffer(path);
930 static String GetFullPathName(String path) throws WindowsException {
931 NativeBuffer buffer = asNativeBuffer(path);