| /expo/tools/src/ |
| H A D | Formatter.ts | 89 const relativePath = path.relative(process.cwd(), p1); constant 95 const relativePath = path.relative(process.cwd(), p2); constant
|
| H A D | Git.ts | 293 const [status, relativePath, relativePathAfterRename] = line.split(/\t+/g); constant 294 const newPath = relativePathAfterRename ?? relativePath; constant
|
| /expo/packages/expo-router/src/testing-library/ |
| H A D | require-context-ponyfill.ts | 18 const relativePath = `./${path.relative(base, fullPath)}`; constant
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/medialibrary/albums/migration/ |
| H A D | MigrateAlbum.kt | 34 val relativePath = assetsRelativePaths.iterator().next() + File.separator + albumDirName in <lambda>() constant
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/medialibrary/albums/migration/ |
| H A D | MigrateAlbum.kt | 34 val relativePath = assetsRelativePaths.iterator().next() + File.separator + albumDirName in <lambda>() constant
|
| /expo/packages/expo-media-library/android/src/main/java/expo/modules/medialibrary/albums/migration/ |
| H A D | MigrateAlbum.kt | 34 val relativePath = assetsRelativePaths.iterator().next() + File.separator + albumDirName in <lambda>() constant
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/medialibrary/albums/migration/ |
| H A D | MigrateAlbum.kt | 36 val relativePath = assetsRelativePaths.iterator().next() + File.separator + albumDirName in <lambda>() constant
|
| /expo/packages/expo-modules-autolinking/src/autolinking/ |
| H A D | verifySearchResults.ts | 11 const relativePath: (pkg: PackageRevision) => string = (pkg) => path.relative(cwd, pkg.path); constant
|
| /expo/packages/expo-modules-autolinking/build/autolinking/ |
| H A D | verifySearchResults.js | 14 const relativePath = (pkg) => path_1.default.relative(cwd, pkg.path); function
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | saveAssets.ts | 17 const relativePath = pathName.replace(projectRoot, ''); constant
|
| /expo/tools/src/code-review/reviewers/ |
| H A D | checkMissingChangelogs.ts | 66 const relativePath = path.relative(EXPO_DIR, pkg.changelogPath); constant
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Updates.ts | 228 const relativePath = path.relative( constant 232 const posixPath = process.platform === 'win32' ? relativePath.replace(/\\/g, '/') : relativePath; constant
|
| /expo/packages/@expo/package-manager/src/utils/ |
| H A D | nodeWorkspaces.ts | 49 const relativePath = path.relative(workspaceRoot, projectRoot); constant
|
| /expo/packages/expo-test-runner/build/ |
| H A D | TemplateProject.js | 131 userFilePath(relativePath) { argument
|
| /expo/packages/@expo/cli/src/start/server/metro/ |
| H A D | MetroTerminalReporter.ts | 147 const relativePath = path.relative(projectRoot, originModulePath); constant
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/entity/ |
| H A D | AssetEntity.kt | 35 var relativePath: String? = null variable in expo.modules.updates.db.entity.AssetEntity
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Updates.ts | 139 const relativePath = path.relative(path.join(projectRoot, 'ios'), buildScriptPath); constant
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Google.js | 86 function readGoogleServicesInfoPlist(relativePath, { argument
|
| /expo/packages/create-expo-module/src/ |
| H A D | create-expo-module.ts | 186 const relativePath = dir ? path.join(dir, file) : file; constant
|