Home
last modified time | relevance | path

Searched refs:normalizepath (Results 1 – 25 of 28) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/macosx/classes/sun/nio/fs/
H A DMacOSXFileSystem.java53 return normalizepath(path, kCFStringNormalizationFormD); in normalizeNativePath()
61 return new String(normalizepath(path.toCharArray(), in normalizeJavaPath()
H A DMacOSXNativeDispatcher.java40 static native char[] normalizepath(char[] path, int form); in normalizepath() method in MacOSXNativeDispatcher
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/macosx/classes/sun/nio/fs/
H A DMacOSXFileSystem.java53 return normalizepath(path, kCFStringNormalizationFormD); in normalizeNativePath()
61 return new String(normalizepath(path.toCharArray(), in normalizeJavaPath()
H A DMacOSXNativeDispatcher.java40 static native char[] normalizepath(char[] path, int form); in normalizepath() method in MacOSXNativeDispatcher
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/macosx/classes/sun/nio/fs/
H A DMacOSXFileSystem.java53 return normalizepath(path, kCFStringNormalizationFormD); in normalizeNativePath()
61 return new String(normalizepath(path.toCharArray(), in normalizeJavaPath()
H A DMacOSXNativeDispatcher.java40 static native char[] normalizepath(char[] path, int form); in normalizepath() method in MacOSXNativeDispatcher
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/macosx/classes/sun/nio/fs/
H A DMacOSXFileSystem.java53 return normalizepath(path, kCFStringNormalizationFormD); in normalizeNativePath()
61 return new String(normalizepath(path.toCharArray(), in normalizeJavaPath()
H A DMacOSXNativeDispatcher.java40 static native char[] normalizepath(char[] path, int form); in normalizepath() method in MacOSXNativeDispatcher
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/macosx/classes/sun/nio/fs/
H A DMacOSXFileSystem.java53 return normalizepath(path, kCFStringNormalizationFormD); in normalizeNativePath()
61 return new String(normalizepath(path.toCharArray(), in normalizeJavaPath()
H A DMacOSXNativeDispatcher.java40 static native char[] normalizepath(char[] path, int form); in normalizepath() method in MacOSXNativeDispatcher
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/macosx/classes/sun/nio/fs/
H A DMacOSXFileSystem.java53 return normalizepath(path, kCFStringNormalizationFormD); in normalizeNativePath()
61 return new String(normalizepath(path.toCharArray(), in normalizeJavaPath()
H A DMacOSXNativeDispatcher.java40 static native char[] normalizepath(char[] path, int form); in normalizepath() method in MacOSXNativeDispatcher
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/macosx/classes/sun/nio/fs/
H A DMacOSXFileSystem.java53 return normalizepath(path, kCFStringNormalizationFormD); in normalizeNativePath()
61 return new String(normalizepath(path.toCharArray(), in normalizeJavaPath()
H A DMacOSXNativeDispatcher.java40 static native char[] normalizepath(char[] path, int form); in normalizepath() method in MacOSXNativeDispatcher
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/fs/
H A DMacOSXFileSystem.java55 return normalizepath(path, kCFStringNormalizationFormD); in normalizeNativePath()
63 return new String(normalizepath(path.toCharArray(), in normalizeJavaPath()
H A DMacOSXNativeDispatcher.java40 static native char[] normalizepath(char[] path, int form); in normalizepath() method in MacOSXNativeDispatcher
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/macosx/classes/sun/nio/fs/
H A DMacOSXFileSystem.java52 return new String(normalizepath(path.toCharArray(), in normalizeNativePath()
62 return new String(normalizepath(path.toCharArray(), in normalizeJavaPath()
H A DMacOSXNativeDispatcher.java37 static native char[] normalizepath(char[] path, int form); in normalizepath() method in MacOSXNativeDispatcher
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/fs/
H A DMacOSXFileSystem.java55 return normalizepath(path, kCFStringNormalizationFormD); in normalizeNativePath()
63 return new String(normalizepath(path.toCharArray(), in normalizeJavaPath()
H A DMacOSXNativeDispatcher.java40 static native char[] normalizepath(char[] path, int form); in normalizepath() method in MacOSXNativeDispatcher
/dports/www/firefox-legacy/firefox-52.8.0esr/config/
H A Drules.mk181 OS_LDFLAGS += -DEF:$(call normalizepath,$(DEFFILE))
188 OS_LDFLAGS += $(call normalizepath,$(DEFFILE))
434 EXTRA_DSO_LDOPTS += -DEF:$(call normalizepath,$(SYMBOLS_FILE))
436 EXTRA_DSO_LDOPTS += $(call normalizepath,$(SYMBOLS_FILE))
1110 normalizepath = $(foreach p,$(1),$(if $(filter /%,$(1)),$(patsubst %/,%,$(shell cd $(call root-path…
1112 normalizepath = $(1)
/dports/lang/spidermonkey60/firefox-60.9.0/config/
H A Drules.mk355 EXTRA_DSO_LDOPTS += -DEF:$(call normalizepath,$(SYMBOLS_FILE))
357 EXTRA_DSO_LDOPTS += $(call normalizepath,$(SYMBOLS_FILE))
1200 normalizepath = $(foreach p,$(1),$(if $(filter /%,$(1)),$(patsubst %/,%,$(shell cd $(call root-path…
1202 normalizepath = $(1)
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/utils/
H A Dfox_m_utils_uri.F90634 function normalizepath(seg1) result(seg2) function
692 end function normalizepath
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dscript.py398 if not osutils.is_inside(jail_root, osutils.normalizepath(path)):
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dinventorytree.py731 file_list = list(map(osutils.normalizepath, file_list))

12