Home
last modified time | relevance | path

Searched defs:relativePath (Results 1 – 19 of 19) sorted by relevance

/expo/tools/src/
H A DFormatter.ts89 const relativePath = path.relative(process.cwd(), p1); constant
95 const relativePath = path.relative(process.cwd(), p2); constant
H A DGit.ts293 const [status, relativePath, relativePathAfterRename] = line.split(/\t+/g); constant
294 const newPath = relativePathAfterRename ?? relativePath; constant
/expo/packages/expo-router/src/testing-library/
H A Drequire-context-ponyfill.ts18 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 DMigrateAlbum.kt34 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 DMigrateAlbum.kt34 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 DMigrateAlbum.kt34 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 DMigrateAlbum.kt36 val relativePath = assetsRelativePaths.iterator().next() + File.separator + albumDirName in <lambda>() constant
/expo/packages/expo-modules-autolinking/src/autolinking/
H A DverifySearchResults.ts11 const relativePath: (pkg: PackageRevision) => string = (pkg) => path.relative(cwd, pkg.path); constant
/expo/packages/expo-modules-autolinking/build/autolinking/
H A DverifySearchResults.js14 const relativePath = (pkg) => path_1.default.relative(cwd, pkg.path); function
/expo/packages/@expo/cli/src/export/
H A DsaveAssets.ts17 const relativePath = pathName.replace(projectRoot, ''); constant
/expo/tools/src/code-review/reviewers/
H A DcheckMissingChangelogs.ts66 const relativePath = path.relative(EXPO_DIR, pkg.changelogPath); constant
/expo/packages/@expo/config-plugins/src/android/
H A DUpdates.ts228 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 DnodeWorkspaces.ts49 const relativePath = path.relative(workspaceRoot, projectRoot); constant
/expo/packages/expo-test-runner/build/
H A DTemplateProject.js131 userFilePath(relativePath) { argument
/expo/packages/@expo/cli/src/start/server/metro/
H A DMetroTerminalReporter.ts147 const relativePath = path.relative(projectRoot, originModulePath); constant
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/entity/
H A DAssetEntity.kt35 var relativePath: String? = null variable in expo.modules.updates.db.entity.AssetEntity
/expo/packages/@expo/config-plugins/src/ios/
H A DUpdates.ts139 const relativePath = path.relative(path.join(projectRoot, 'ios'), buildScriptPath); constant
/expo/packages/@expo/config-plugins/build/ios/
H A DGoogle.js86 function readGoogleServicesInfoPlist(relativePath, { argument
/expo/packages/create-expo-module/src/
H A Dcreate-expo-module.ts186 const relativePath = dir ? path.join(dir, file) : file; constant