Home
last modified time | relevance | path

Searched refs:privateKeyPath (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A Dcodesigning.ts125 privateKeyPath: string | undefined
169 privateKeyPath,
235 privateKeyPath: string | undefined,
244 if (!privateKeyPath) {
275 privateKeyPath,
297 privateKeyPath,
300 privateKeyPath: string;
308 privateKeyPath,
309 `Code signing private key cannot be read from path: ${privateKeyPath}`
/expo/packages/@expo/cli/src/start/
H A DresolveOptions.ts8 privateKeyPath: string | null;
57 privateKeyPath: args['--private-key-path'] ?? null,
H A DstartAsync.ts29 privateKeyPath: options.privateKeyPath ?? undefined, constant
/expo/packages/@expo/cli/src/start/server/
H A DBundlerDevServer.ts57 privateKeyPath?: string; property
131 privateKeyPath: options.privateKeyPath,
/expo/tools/src/commands/
H A DEasDispatch.ts165 const privateKeyPath = privateKeyMatches[0]; constant
194 privateKeyPath,
/expo/packages/@expo/cli/src/start/server/middleware/
H A DExpoGoManifestHandlerMiddleware.ts120 this.options.privateKeyPath
H A DManifestMiddleware.ts160 privateKeyPath?: string;
/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DExpoGoManifestHandlerMiddleware-test.ts301 privateKeyPath: 'custom/private/key/path/private-key.pem',
403 privateKeyPath: 'custom/private/key/path/private-key.pem',