Home
last modified time | relevance | path

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

/expo/packages/expo-router/src/testing-library/
H A Drequire-context-ponyfill.ts17 const fullPath = path.resolve(directory, file); constant
18 const relativePath = `./${path.relative(base, fullPath)}`;
20 if (fs.statSync(fullPath).isDirectory()) {
21 if (scanSubDirectories) readDirectory(fullPath);
26 if (!regularExpression.test(fullPath)) return;
/expo/packages/expo-router/build/testing-library/
H A Drequire-context-ponyfill.js14 const fullPath = node_path_1.default.resolve(directory, file);
15 const relativePath = `./${node_path_1.default.relative(base, fullPath)}`;
16 if (node_fs_1.default.statSync(fullPath).isDirectory()) {
18 readDirectory(fullPath);
21 if (!regularExpression.test(fullPath))
H A Drequire-context-ponyfill.js.map1fullPath = path.resolve(directory, file);\n const relativePath = `./${path.relative(base, ful…
/expo/packages/@expo/cli/src/export/
H A DpublicFolder.ts13 const fullPath = path.join(publicPath, possiblePath); constant
14 if (fs.existsSync(fullPath)) {
16 return fullPath;
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DDebugserverClient.ts69 const fullPath = path.join(appPath, executableName); constant
70 const hexAppPath = Buffer.from(fullPath).toString('hex');
/expo/packages/create-expo-module/src/
H A Dcreate-expo-module.ts192 const fullPath = path.join(baseDir, file); constant
193 const stat = await fs.lstat(fullPath);
/expo/packages/create-expo-module/build/
H A Dcreate-expo-module.js152 const fullPath = path_1.default.join(baseDir, file);
153 const stat = await fs_extra_1.default.lstat(fullPath);
H A Dcreate-expo-module.js.map1 …n continue;\n }\n\n const fullPath = path.join(baseDir, file);\n const stat = await …