Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/ios/
H A DXcodeProjectFile.ts57 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 DgetStaticRenderFunctions.ts102 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 DXcodeProjectFile.js80 const absoluteFilePath = _path().default.join(nativeProjectRoot, filePath);
81 if (overwrite || !_fs().default.existsSync(absoluteFilePath)) {
83 _fs().default.writeFileSync(absoluteFilePath, fileContents, 'utf8');
H A DXcodeProjectFile.js.map1absoluteFilePath","fs","existsSync","writeFileSync","groupName","dirname","hasFile","addBuildSourc…