Home
last modified time | relevance | path

Searched refs:finalPath (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config-plugins/src/utils/
H A DUpdates.ts156 const finalPath = path.join(projectRoot, codeSigningCertificatePath); constant
157 if (!fs.existsSync(finalPath)) {
158 throw new Error(`File not found at \`updates.codeSigningCertificate\` path: ${finalPath}`);
161 return fs.readFileSync(finalPath, 'utf8');
/expo/packages/@expo/config-plugins/build/utils/
H A DUpdates.js186 const finalPath = _path().default.join(projectRoot, codeSigningCertificatePath);
187 if (!_fs().default.existsSync(finalPath)) {
188 throw new Error(`File not found at \`updates.codeSigningCertificate\` path: ${finalPath}`);
190 return _fs().default.readFileSync(finalPath, 'utf8');
H A DUpdates.js.map1finalPath","path","join","getUpdatesCodeSigningMetadata","_config$updates9","codeSigningMetadata",…
/expo/tools/src/
H A DGit.ts401 const finalPath = entry.deleted ? entry.from : entry.to; constant
405 path: join(this.path, finalPath!),