Searched refs:absoluteFilePath (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | XcodeProjectFile.ts | 57 const absoluteFilePath = path.join(nativeProjectRoot, filePath); constant 58 if (overwrite || !fs.existsSync(absoluteFilePath)) { 60 fs.writeFileSync(absoluteFilePath, fileContents, 'utf8');
|
| /expo/packages/@expo/cli/src/start/server/ |
| H A D | getStaticRenderFunctions.ts | 102 absoluteFilePath: string, 106 const safeOtherFile = await ensureFileInRootDirectory(projectRoot, absoluteFilePath); 130 absoluteFilePath: string, 133 const url = await createMetroEndpointAsync(projectRoot, devServerUrl, absoluteFilePath, props); 160 absoluteFilePath: string, 166 absoluteFilePath,
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | XcodeProjectFile.js | 80 const absoluteFilePath = _path().default.join(nativeProjectRoot, filePath); 81 if (overwrite || !_fs().default.existsSync(absoluteFilePath)) { 83 _fs().default.writeFileSync(absoluteFilePath, fileContents, 'utf8');
|
| H A D | XcodeProjectFile.js.map | 1 …absoluteFilePath","fs","existsSync","writeFileSync","groupName","dirname","hasFile","addBuildSourc…
|