Home
last modified time | relevance | path

Searched refs:fileSystemName (Results 101 – 113 of 113) sorted by relevance

12345

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/native/libnio/fs/
H A DWindowsNativeDispatcher.c537 WCHAR fileSystemName[MAX_PATH+1]; in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0() local
547 &fileSystemName[0], in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
554 str = (*env)->NewString(env, (const jchar *)fileSystemName, (jsize)wcslen(fileSystemName)); in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/windows/native/libnio/fs/
H A DWindowsNativeDispatcher.c537 WCHAR fileSystemName[MAX_PATH+1]; in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0() local
547 &fileSystemName[0], in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
554 str = (*env)->NewString(env, (const jchar *)fileSystemName, (jsize)wcslen(fileSystemName)); in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/native/libnio/fs/
H A DWindowsNativeDispatcher.c549 WCHAR fileSystemName[MAX_PATH+1]; in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0() local
559 &fileSystemName[0], in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
566 str = (*env)->NewString(env, (const jchar *)fileSystemName, (jsize)wcslen(fileSystemName)); in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/windows/native/libnio/fs/
H A DWindowsNativeDispatcher.c537 WCHAR fileSystemName[MAX_PATH+1]; in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0() local
547 &fileSystemName[0], in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
554 str = (*env)->NewString(env, (const jchar *)fileSystemName, (jsize)wcslen(fileSystemName)); in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c580 WCHAR fileSystemName[MAX_PATH+1]; in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0() local
590 &fileSystemName[0], in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
597 str = (*env)->NewString(env, (const jchar *)fileSystemName, (jsize)wcslen(fileSystemName)); in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c580 WCHAR fileSystemName[MAX_PATH+1]; in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0() local
590 &fileSystemName[0], in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
597 str = (*env)->NewString(env, (const jchar *)fileSystemName, (jsize)wcslen(fileSystemName)); in Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/iop/
H A DIop_FileIoHandler2200.h184 char fileSystemName[0x100]; member
H A DIop_FileIoHandler2200.cpp432 auto result = m_ioman->Mount(command->fileSystemName, command->deviceName); in InvokeMount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/api/
H A Dfile_manager_private_internal.idl11 DOMString fileSystemName;
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dcopyjob.cpp469 … QString errText = destPath + QLatin1String(" [") + KFileSystemType::fileSystemName(destFs) + QLat… in slotStart()
1444 … KFileSystemType::fileSystemName(destFileSystem), in createNextDir()
1938 msg = symlinkSupportMsg(it->uDest.toLocalFile(), KFileSystemType::fileSystemName(fsType)); in handleMsdosFsQuirks()
1950 …portMsg(it->uDest.toDisplayString(QUrl::PreferLocalFile), KFileSystemType::fileSystemName(fsType)); in handleMsdosFsQuirks()
/dports/net-mgmt/observium/observium/mibs/hp/
H A DHP-UNIX213 fileSystemName
247 fileSystemName OBJECT-TYPE
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/file/
H A Dfile_unix.cpp1285 KFileSystemType::fileSystemName(fsType));
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/microsoft/win32/
H A Dwin32native.cs1117 … out int maxFileNameLen, out int fileSystemFlags, [Out]StringBuilder fileSystemName, int fileSyste… in GetVolumeInformation() argument

12345