Home
last modified time | relevance | path

Searched defs:certPath (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/webpack/
H A Dtls.ts39 const certPath = path.join(folder, `cert-${name}.pem`); constant
/expo/packages/expo-updates/ios/Tests/
H A DCertificateFixtures.swift33 let certPath = bundle.path(forResource: name.rawValue, ofType: "pem")! in getTestCertificate() variable