Home
last modified time | relevance | path

Searched refs:fileSep (Results 1 – 25 of 150) sorted by relevance

123456

/dports/devel/staf/src/staf/install/ismp/classes/
H A DSTAFCreateScripts.java22 String fileSep = System.getProperty("file.separator"); in execute() local
64 scriptFileName = installLocation + fileSep + scriptFile; in execute()
85 writer.write("PATH=" + installLocation + fileSep + in execute()
88 fileSep + "lib:$" + libraryVariable + lineSep); in execute()
89 writer.write("CLASSPATH=" + installLocation + fileSep + in execute()
90 "lib" + fileSep + "JSTAF.jar:" + installLocation + fileSep + in execute()
91 "samples" + fileSep + "demo" + fileSep + in execute()
93 writer.write("STAFCONVDIR=" + installLocation + fileSep + in execute()
110 writer.write("set PATH=" + installLocation + fileSep + in execute()
113 "bin" + fileSep + "JSTAF.jar;" + installLocation + fileSep + in execute()
[all …]
H A DSTAFRemoveUnneededCodepages.java25 String fileSep = System.getProperty("file.separator"); in execute() local
27 String codepageDir = installLoc + fileSep + "codepage"; in execute()
28 String aliasFileName = codepageDir + fileSep + "alias.txt"; in execute()
36 String acpFile = codepageDir + fileSep + acpIBM + ".bin"; in execute()
37 String oemcpFile = codepageDir + fileSep + oemcpIBM + ".bin"; in execute()
42 requiredCodepages.add(codepageDir + fileSep + "alias.txt"); in execute()
80 requiredCodepages.add(codepageDir + fileSep + in execute()
H A DSTAFUninstallExistingSTAFProc.java20 String fileSep = System.getProperty("file.separator"); in execute() local
43 fileSep + uninstDir + fileSep + "uninstaller.exe -silent"; in execute()
48 fileSep + uninstDir + fileSep + "uninstaller.bin -silent"; in execute()
H A DSTAFUnixExistingSTAFProc.java20 String fileSep = System.getProperty("file.separator"); in execute() local
22 + fileSep + "/bin" + fileSep + "STAFProc"; in execute()
H A DSTAFDeleteRegFile2x.java18 String fileSep = System.getProperty("file.separator"); in execute() local
20 fileSep + "STAFReg.inf"; in execute()
22 fileSep + "STAFReg.cmp"; in execute()
H A DSTAFDeleteScripts.java21 String fileSep = System.getProperty("file.separator"); in execute() local
27 scriptFileName = installLocation + fileSep + "STAFEnv.bat"; in execute()
31 scriptFileName = installLocation + fileSep + "STAFEnv.sh"; in execute()
H A DSTAFWriteCfgFile2x.java21 String fileSep = System.getProperty("file.separator"); in execute() local
23 fileSep + "bin" + fileSep + "STAF.cfg"; in execute()
H A DSTAFCheckForExistingSTAFProc.java38 String fileSep = System.getProperty("file.separator"); in execute() local
40 + fileSep + "/bin" + fileSep + stafProcBinary; in execute()
H A DSTAFWriteCfgFile.java21 String fileSep = System.getProperty("file.separator"); in execute() local
23 fileSep + "bin" + fileSep + "STAF.cfg"; in execute()
/dports/devel/staf/src/staf/install/ia/classes/
H A DSTAFCreateSTAFEnv.java19 String fileSep = System.getProperty("file.separator"); in install() local
70 scriptFileName = installLocation + fileSep + scriptFile; in install()
90 writer.write("PATH=" + installLocation + fileSep + in install()
93 fileSep + "lib:${" + libraryVariable + ":-}" + lineSep); in install()
94 writer.write("CLASSPATH=" + installLocation + fileSep + in install()
95 "lib" + fileSep + "JSTAF.jar:" + installLocation + fileSep + in install()
96 "samples" + fileSep + "demo" + fileSep + in install()
98 writer.write("STAFCONVDIR=" + installLocation + fileSep + in install()
122 writer.write("set PATH=" + installLocation + fileSep + in install()
125 "bin" + fileSep + "JSTAF.jar;" + installLocation + fileSep + in install()
[all …]
H A DSTAFCreateStartSTAFProc.java19 String fileSep = System.getProperty("file.separator"); in install() local
33 stafProcExe = installLocation + fileSep + "bin" + fileSep + in install()
46 stafProcExe = installLocation + fileSep + "bin" + fileSep + in install()
52 installLocation + fileSep + startSTAFProcScript; in install()
71 writer.write("call \"" + installLocation + fileSep + in install()
85 writer.write(". " + installLocation + fileSep + in install()
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXMachineCache.java65 String fileSep = null; in getFileSep() local
73 fileSep = item.getFileSep(); in getFileSep()
77 return fileSep; in getFileSep()
135 public void addMachine(String machine, String fileSep) in addMachine() argument
139 MachineCacheEntry item = new MachineCacheEntry(machine, fileSep); in addMachine()
289 private String fileSep; field in STAXMachineCache.MachineCacheEntry
301 public MachineCacheEntry(String machine, String fileSep) in MachineCacheEntry() argument
304 this.fileSep = fileSep; in MachineCacheEntry()
339 return fileSep; in getFileSep()
/dports/devel/staf/src/staf/lang/java/service/
H A DSTAFServiceSharedJython.java34 static String fileSep; // {STAF/Config/Sep/File} field in STAFServiceSharedJython
85 fileSep = props.getProperty("file.separator"); in setupJython()
131 fJythonDirName = writeLocation + fileSep + "lang" + fileSep + "java" + in setupJython()
132 fileSep + "shared_jython" + fileSep + fJythonVersion; in setupJython()
134 String jythonLibName = fJythonDirName + fileSep + "Lib"; in setupJython()
136 File jythonCompleteFile = new File(fJythonDirName + fileSep + in setupJython()
158 fJythonDirName + fileSep + "jython.jar"); in setupJython()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/
H A DPathFinder.java33 String fileSep; // the file separator in a directory field in PathFinder
41 fileSep = System.getProperty("file.separator"); in PathFinder()
51 fileSep = System.getProperty("file.separator"); in PathFinder()
65 if (pathenv == null || pathSep == null || fileSep == null) { in getAbsolutePath()
80 f = new File(entry + fileSep + filename); in getAbsolutePath()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/streaming/src/java/org/apache/hadoop/streaming/
H A DPathFinder.java33 String fileSep; // the file seperator in a directory field in PathFinder
43 fileSep = System.getProperty("file.separator"); in PathFinder()
54 fileSep = System.getProperty("file.separator"); in PathFinder()
71 if (pathenv == null || pathSep == null || fileSep == null) in getAbsolutePath()
92 f = new File(entry + fileSep + filename); in getAbsolutePath()
/dports/devel/staf/src/staf/services/monitor/
H A DSTAFMon.rxp199 directory = directory || fileSep || clientEffective
200 filePath = directory || fileSep || origHandle || ext
249 listDir = directory || fileSep"*"
254 listDir = directory || fileSep || ResolveVariable(optionValue("MACHINE")) || fileSep"*"ext
262 listFirst = LASTPOS(fileSep,listfile) + 1
331 fileSep = RxThreadValue(rxPool, "fileSep")
347 if STAFRC = 0 then fileSep = STAFResult
348 else fileSep = "\"
349 call RxThreadValue rxPool, "fileSep", fileSep
358 directory = STAFResult || fileSep || "STAF" || fileSep || serviceName
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/jar/
H A DJarFile.java596 String fileSep = File.separator; in isKnownNotToHaveSpecialAttributes() local
598 names[i++] = fileSep + "rt.jar"; in isKnownNotToHaveSpecialAttributes()
599 names[i++] = fileSep + "jsse.jar"; in isKnownNotToHaveSpecialAttributes()
600 names[i++] = fileSep + "jce.jar"; in isKnownNotToHaveSpecialAttributes()
601 names[i++] = fileSep + "charsets.jar"; in isKnownNotToHaveSpecialAttributes()
602 names[i++] = fileSep + "dnsns.jar"; in isKnownNotToHaveSpecialAttributes()
603 names[i++] = fileSep + "zipfs.jar"; in isKnownNotToHaveSpecialAttributes()
604 names[i++] = fileSep + "localedata.jar"; in isKnownNotToHaveSpecialAttributes()
605 names[i++] = fileSep = "cldrdata.jar"; in isKnownNotToHaveSpecialAttributes()
607 names[i++] = fileSep + "sunpkcs11.jar"; in isKnownNotToHaveSpecialAttributes()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/jar/
H A DJarFile.java596 String fileSep = File.separator; in isKnownNotToHaveSpecialAttributes() local
598 names[i++] = fileSep + "rt.jar"; in isKnownNotToHaveSpecialAttributes()
599 names[i++] = fileSep + "jsse.jar"; in isKnownNotToHaveSpecialAttributes()
600 names[i++] = fileSep + "jce.jar"; in isKnownNotToHaveSpecialAttributes()
601 names[i++] = fileSep + "charsets.jar"; in isKnownNotToHaveSpecialAttributes()
602 names[i++] = fileSep + "dnsns.jar"; in isKnownNotToHaveSpecialAttributes()
603 names[i++] = fileSep + "zipfs.jar"; in isKnownNotToHaveSpecialAttributes()
604 names[i++] = fileSep + "localedata.jar"; in isKnownNotToHaveSpecialAttributes()
605 names[i++] = fileSep = "cldrdata.jar"; in isKnownNotToHaveSpecialAttributes()
607 names[i++] = fileSep + "sunpkcs11.jar"; in isKnownNotToHaveSpecialAttributes()
[all …]
/dports/comms/rxtx/rxtx-2.2pre2/src/gnu/io/
H A DConfigure.java80 String fileSep = System.getProperty( "file.separator", "/" ); in saveSpecifiedPorts() local
86 fileSep + "lib" + fileSep + in saveSpecifiedPorts()
138 String fileSep = System.getProperty( "file.separator", "/" ); in Configure() local
140 if( fileSep.compareTo( "/" ) != 0 ) in Configure()
/dports/devel/staf/src/staf/stafreg/
H A DSTAFReg.cpp63 STAFString stafVersion, fileSep, stafDataDir; in main() local
119 fileSep = varMap->get("result")->asString(); in main()
132 STAFString inputFileName = stafRoot + fileSep + "STAFReg.inf"; in main()
212 STAFString outputFileName = registerDataDir + fileSep + "STAFReg.cmp"; in main()
/dports/editors/jedit/installer/macros/Emacs/
H A DEmacsUtil.bsh137 fileSep = System.getProperty ("file.separator");
138 if (! fileSep.equals ("/"))
144 if (fileSep.equals ("\\"))
145 fileSep = fileSep + "\\";
147 bufName = theBuffer.getPath().replaceAll (fileSep, "/");
/dports/devel/staf/src/staf/stafif/
H A DSTAFFileSystemCommon.cpp125 STAFString fileSep = "/"; in STAFFSComparePaths() local
126 STAFFSInfo(&fileSep, kSTAFFSFileSep); in STAFFSComparePaths()
127 STAFString path2String = path2.asString() + fileSep + "*"; in STAFFSComparePaths()
128 STAFString path1String = path1.asString() + fileSep; in STAFFSComparePaths()
146 path2String = path2.asString() + fileSep; in STAFFSComparePaths()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSEph/
H A DSP3EphemerisStore_T.cpp71 std::string fileSep = gpstk::getFileSep(); in init() local
73 inputSP3Data = dataFilePath + fileSep + in init()
75 inputSP3cData = dataFilePath + fileSep + in init()
77 inputAPCData = dataFilePath + fileSep + in init()
79 inputSixNinesData = dataFilePath + fileSep + in init()
80 "inputs" + fileSep + "igs" + fileSep + "igr20354.sp3"; in init()
81 inputNotaFile = dataFilePath + fileSep + "NotaFILE"; in init()
82 outputDataDump = tempFilePath + fileSep + "SP3_DataDump.txt"; in init()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DTrustStoreManager.java74 private static final String fileSep = File.separator; field in TrustStoreManager.TrustStoreDescriptor
77 fileSep + "lib" + fileSep + "security";
79 defaultStorePath + fileSep + "cacerts";
81 defaultStorePath + fileSep + "jssecacerts";
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DTrustStoreManager.java74 private static final String fileSep = File.separator; field in TrustStoreManager.TrustStoreDescriptor
77 fileSep + "lib" + fileSep + "security";
79 defaultStorePath + fileSep + "cacerts";
81 defaultStorePath + fileSep + "jssecacerts";

123456