Home
last modified time | relevance | path

Searched refs:tsPath (Results 1 – 25 of 68) sorted by relevance

123

/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/jsse/provider/
H A DProvTrustManagerFactorySpi.java45 String tsPath = null; in getDefaultTrustStore() local
57 tsPath = tsPathProp; in getDefaultTrustStore()
72 tsPath = jsseCacertsPath; in getDefaultTrustStore()
83 tsPath = cacertsPath; in getDefaultTrustStore()
100 if (null == tsPath) in getDefaultTrustStore()
106 LOG.info("Initializing with trust store at path: " + tsPath); in getDefaultTrustStore()
107 tsInput = new BufferedInputStream(new FileInputStream(tsPath)); in getDefaultTrustStore()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/remote/
H A Dapilistener-filesync.cpp140 String tsPath = productionZonesDir + "/.timestamp"; in SyncLocalZoneDir() local
142 if (!Utility::PathExists(tsPath)) { in SyncLocalZoneDir()
143 std::ofstream fp(tsPath.CStr(), std::ofstream::out | std::ostream::trunc); in SyncLocalZoneDir()
169 << "', timestamp: '" << tsPath << "', auth: '" << authPath << "'."; in SyncLocalZoneDir()
273 String tsPath = stageConfigZoneDir + "/.timestamp"; in CompareTimestampsConfigChange() local
275 if (!Utility::PathExists(tsPath)) { in CompareTimestampsConfigChange()
276 std::ofstream fp(tsPath.CStr(), std::ofstream::out | std::ostream::trunc); in CompareTimestampsConfigChange()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/COFF/
H A DDebugTypes.cpp326 StringRef tsPath = typeServerDependency.getName(); in mergeDebugT() local
334 PDBInputFile *pdb = PDBInputFile::findFromRecordPath(tsPath, file); in mergeDebugT()
336 return createFileError(tsPath, errorCodeToError(std::error_code( in mergeDebugT()
340 return createFileError(tsPath, std::move(*pdb->loadErr)); in mergeDebugT()
355 tsPath, in mergeDebugT()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/COFF/
H A DDebugTypes.cpp323 StringRef tsPath = typeServerDependency.getName(); in mergeDebugT() local
331 PDBInputFile *pdb = PDBInputFile::findFromRecordPath(tsPath, file); in mergeDebugT()
333 return createFileError(tsPath, errorCodeToError(std::error_code( in mergeDebugT()
337 return createFileError(tsPath, std::move(*pdb->loadErr)); in mergeDebugT()
352 tsPath, in mergeDebugT()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/compatibility/
H A DClientHelloProcessing.java614 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
619 ts.load(new FileInputStream(tsPath), passphrase); in makeTrustManagerFactory()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/net/ssl/compatibility/
H A DClientHelloProcessing.java614 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
619 ts.load(new FileInputStream(tsPath), passphrase); in makeTrustManagerFactory()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/net/ssl/compatibility/
H A DClientHelloProcessing.java614 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
619 ts.load(new FileInputStream(tsPath), passphrase); in makeTrustManagerFactory()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/net/ssl/compatibility/
H A DClientHelloProcessing.java614 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
619 ts.load(new FileInputStream(tsPath), passphrase); in makeTrustManagerFactory()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/net/ssl/compatibility/
H A DClientHelloProcessing.java614 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
619 ts.load(new FileInputStream(tsPath), passphrase); in makeTrustManagerFactory()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/compatibility/
H A DClientHelloProcessing.java614 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
619 ts.load(new FileInputStream(tsPath), passphrase); in makeTrustManagerFactory()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/net/ssl/compatibility/
H A DClientHelloProcessing.java614 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
619 ts.load(new FileInputStream(tsPath), passphrase); in makeTrustManagerFactory()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/compatibility/
H A DClientHelloProcessing.java614 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
619 ts.load(new FileInputStream(tsPath), passphrase); in makeTrustManagerFactory()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/net/ssl/compatibility/
H A DClientHelloProcessing.java614 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
619 ts.load(new FileInputStream(tsPath), passphrase); in makeTrustManagerFactory()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/compatibility/
H A DClientHelloProcessing.java614 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
619 ts.load(new FileInputStream(tsPath), passphrase); in makeTrustManagerFactory()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/COFF/
H A DDebugTypes.cpp419 StringRef tsPath = typeServerDependency.getName(); in getTypeServerSource() local
427 PDBInputFile *pdb = PDBInputFile::findFromRecordPath(tsPath, file); in getTypeServerSource()
429 return createFileError(tsPath, errorCodeToError(std::error_code( in getTypeServerSource()
433 return createFileError(tsPath, std::move(*pdb->loadErr)); in getTypeServerSource()
441 return createFileError(tsPath, in getTypeServerSource()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/COFF/
H A DDebugTypes.cpp399 StringRef tsPath = typeServerDependency.getName(); in getTypeServerSource() local
407 PDBInputFile *pdb = PDBInputFile::findFromRecordPath(ctx, tsPath, file); in getTypeServerSource()
409 return createFileError(tsPath, errorCodeToError(std::error_code( in getTypeServerSource()
413 return createFileError(tsPath, std::move(*pdb->loadErr)); in getTypeServerSource()
421 return createFileError(tsPath, in getTypeServerSource()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/COFF/
H A DDebugTypes.cpp419 StringRef tsPath = typeServerDependency.getName(); in getTypeServerSource() local
427 PDBInputFile *pdb = PDBInputFile::findFromRecordPath(tsPath, file); in getTypeServerSource()
429 return createFileError(tsPath, errorCodeToError(std::error_code( in getTypeServerSource()
433 return createFileError(tsPath, std::move(*pdb->loadErr)); in getTypeServerSource()
441 return createFileError(tsPath, in getTypeServerSource()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/COFF/
H A DDebugTypes.cpp419 StringRef tsPath = typeServerDependency.getName(); in getTypeServerSource() local
427 PDBInputFile *pdb = PDBInputFile::findFromRecordPath(tsPath, file); in getTypeServerSource()
429 return createFileError(tsPath, errorCodeToError(std::error_code( in getTypeServerSource()
433 return createFileError(tsPath, std::move(*pdb->loadErr)); in getTypeServerSource()
441 return createFileError(tsPath, in getTypeServerSource()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/COFF/
H A DDebugTypes.cpp419 StringRef tsPath = typeServerDependency.getName(); in getTypeServerSource() local
427 PDBInputFile *pdb = PDBInputFile::findFromRecordPath(tsPath, file); in getTypeServerSource()
429 return createFileError(tsPath, errorCodeToError(std::error_code( in getTypeServerSource()
433 return createFileError(tsPath, std::move(*pdb->loadErr)); in getTypeServerSource()
441 return createFileError(tsPath, in getTypeServerSource()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/SSLSession/
H A DResumeTLS13withSNI.java425 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
430 try (FileInputStream fsIn = new FileInputStream(tsPath)) { in makeTrustManagerFactory()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/net/ssl/SSLSession/
H A DResumeTLS13withSNI.java425 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
430 try (FileInputStream fsIn = new FileInputStream(tsPath)) { in makeTrustManagerFactory()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/net/ssl/SSLSession/
H A DResumeTLS13withSNI.java425 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
430 try (FileInputStream fsIn = new FileInputStream(tsPath)) { in makeTrustManagerFactory()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/net/ssl/SSLSession/
H A DResumeTLS13withSNI.java425 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
430 try (FileInputStream fsIn = new FileInputStream(tsPath)) { in makeTrustManagerFactory()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/net/ssl/SSLSession/
H A DResumeTLS13withSNI.java425 private static TrustManagerFactory makeTrustManagerFactory(String tsPath,
430 try (FileInputStream fsIn = new FileInputStream(tsPath)) {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/net/ssl/SSLSession/
H A DResumeTLS13withSNI.java425 private static TrustManagerFactory makeTrustManagerFactory(String tsPath, in makeTrustManagerFactory() argument
430 try (FileInputStream fsIn = new FileInputStream(tsPath)) { in makeTrustManagerFactory()

123