Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/expo/packages/expo-router/src/fork/__tests__/
H A DgetPathFromState-upstream.test.node.ts1015 const path = '/baz'; constant
1111 const path = '/baz'; constant
1166 const path = '/bar'; constant
1197 const path = '/?foo=42'; constant
1287 const path = '/foo/baz'; constant
1331 const path = '/baz'; constant
1376 const path = '/foo/bar'; constant
1414 const path = '/'; constant
1449 const path = '/bar'; constant
1709 const path = '/bis/jane'; constant
[all …]
H A DgetStateFromPath-upstream.test.node.ts74 path, constant
297 path, constant
419 const path = '/baz'; constant
466 const path = '/baz'; constant
514 const path = '/baz'; constant
557 const path = '/baz'; constant
811 const path = ''; constant
817 const path = ''; constant
859 const path = '/'; constant
991 const path = ''; constant
[all …]
H A DgetStateFromPath.test.node.ts52 const path = '/expo/prefix/bar'; constant
71 const path = '/bar'; constant
/expo/packages/expo-dev-client/
H A Dtest-runner.config.js18 path: '../expo', property
22 path: '../expo-modules-core', property
26 path: '../expo-modules-autolinking', property
30 path: '../expo-dev-client', property
34 path: '../expo-dev-launcher', property
38 path: '../expo-dev-menu', property
42 path: '../expo-dev-menu-interface', property
46 path: '../expo-manifests', property
50 path: '../expo-updates-interface', property
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/types/io/
H A DFileTypeConverter.kt11 val path = value.asString() in convertFromDynamic() constant
16 val path = value as String in convertFromAny() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/types/io/
H A DFileTypeConverter.kt11 val path = value.asString() in convertFromDynamic() constant
16 val path = value as String in convertFromAny() constant
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/io/
H A DFileTypeConverter.kt11 val path = value.asString() in convertFromDynamic() constant
16 val path = value as String in convertFromAny() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/types/io/
H A DFileTypeConverter.kt11 val path = value.asString() in convertFromDynamic() constant
16 val path = value as String in convertFromAny() constant
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DDirMock.rb19 def self.exist?(path) argument
36 def self.mocked_existing_globs(globs, path) argument
44 def self.glob(path) argument
49 def self.remove_mocked_paths(path) argument
H A DPathnameMock.rb10 attr_reader :path accessor in Pathname
12 def initialize(path) argument
20 def relative_path_from(path) argument
H A DFileUtilsMock.rb25 def self.push_rmrf_path(path) argument
35 def self.rm_rf(path) argument
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DDirMock.rb21 def self.exist?(path) argument
42 def self.mocked_existing_globs(globs, path) argument
50 def self.glob(path) argument
55 def self.remove_mocked_paths(path) argument
H A DPathnameMock.rb10 attr_reader :path accessor in Pathname
12 def initialize(path) argument
20 def relative_path_from(path) argument
H A DFileUtilsMock.rb25 def self.push_rmrf_path(path) argument
35 def self.rm_rf(path) argument
/expo/packages/expo-test-runner/build/
H A DConfigReader.js5 path; field in ConfigReader
6 constructor(path) { argument
12 static getFilePath(path) { argument
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DPathnameMock.rb10 attr_reader :path accessor in Pathname
12 def initialize(path) argument
20 def relative_path_from(path) argument
H A DDirMock.rb21 def self.exist?(path) argument
42 def self.mocked_existing_globs(globs, path) argument
50 def self.glob(path) argument
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DResources-test.ts31 const path = await getResourceXMLPathAsync('/app', { name: 'colors', kind: 'values-night' }); constant
38 const path = await getResourceXMLPathAsync('/app', { name: 'colors', kind: 'values' }); constant
H A DPaths-test.ts100 const path = await getResourceXMLPathAsync('/app', { name: 'colors' }); constant
104 const path = await getResourceXMLPathAsync('/app', { name: 'colors', kind: 'values-night' }); constant
H A DColors-test.ts27 const path = await getProjectColorsXMLPathAsync('/app', { kind: 'values-night' }); constant
31 const path = await getProjectColorsXMLPathAsync('/app'); constant
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/
H A DReaper.kt50 val path = File(updatesDirectory, asset.relativePath) in reapUnusedUpdates() constant
68 val path = File(updatesDirectory, asset.relativePath) in reapUnusedUpdates() constant
/expo/packages/expo-router/build/link/
H A Dpath.js25 function assertPath(path) { argument
31 function normalizeStringPosix(path, allowAboveRoot) { argument
/expo/docs/
H A Ddangerfile.js7 function getPageName(path) { argument
12 function getVersionFromPath(path) { argument
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/screencapture/
H A DScreenShotEventEmitter.kt41 val path = getFilePathFromContentResolver(context, uri) in onChange() constant
75 val path = cursor.getString(cursor.getColumnIndex(MediaStore.Images.Media.DATA)) in getFilePathFromContentResolver() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/screencapture/
H A DScreenShotEventEmitter.kt41 val path = getFilePathFromContentResolver(context, uri) in onChange() constant
75 val path = cursor.getString(cursor.getColumnIndex(MediaStore.Images.Media.DATA)) in getFilePathFromContentResolver() constant

12345678910>>...21