Searched refs:finalPath (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | Updates.ts | 156 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 D | Updates.js | 186 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 D | Updates.js.map | 1 …finalPath","path","join","getUpdatesCodeSigningMetadata","_config$updates9","codeSigningMetadata",…
|
| /expo/tools/src/ |
| H A D | Git.ts | 401 const finalPath = entry.deleted ? entry.from : entry.to; constant 405 path: join(this.path, finalPath!),
|