Home
last modified time | relevance | path

Searched refs:newPath (Results 1 – 10 of 10) sorted by relevance

/expo/docs/common/
H A Derror-utilities.test.ts5 const newPath = getRedirectPath(redirectPath); constant
15 const newPath = getRedirectPath(redirectPath); constant
22 const newPath = getRedirectPath(redirectPath); constant
29 const newPath = getRedirectPath(redirectPath); constant
36 const newPath = getRedirectPath(redirectPath); constant
38 expect(newPath).toEqual('/more/expo-cli/');
43 const newPath = getRedirectPath(redirectPath); constant
45 expect(newPath).toEqual('/more/expo-cli/');
50 const newPath = getRedirectPath(redirectPath); constant
52 expect(newPath).toEqual('/more/expo-cli/');
[all …]
/expo/docs/ui/components/Snippet/blocks/
H A DDiffBlock.tsx17 newPath: string;
49 newPath,
52 <SnippetHeader title={newPath} Icon={Copy07Icon} />
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExponentManifest.kt72 var newPath = uri.path in httpManifestUrlBuilder() variable
73 if (newPath == null) { in httpManifestUrlBuilder()
74 newPath = "" in httpManifestUrlBuilder()
76 val deepLinkIndex = newPath.indexOf(DEEP_LINK_SEPARATOR_WITH_SLASH) in httpManifestUrlBuilder()
78 newPath = newPath.substring(0, deepLinkIndex) in httpManifestUrlBuilder()
80 return uri.buildUpon().encodedPath(newPath) in httpManifestUrlBuilder()
/expo/ios/versioned/sdk47/EXVideoThumbnails/EXVideoThumbnails/
H A DABI47_0_0EXVideoThumbnailsModule.m61 NSString *newPath = [directory stringByAppendingPathComponent:fileName];
63 if (![data writeToFile:newPath atomically:YES]) {
66 NSURL *fileURL = [NSURL fileURLWithPath:newPath];
/expo/tools/src/
H A DGit.ts294 const newPath = relativePathAfterRename ?? relativePath; constant
297 relativePath: newPath,
298 path: join(this.path, newPath),
/expo/packages/@expo/cli/src/export/
H A DexportStaticAsync.ts241 const newPath = basePath + value.path + '/'; constant
242 traverseScreens(value.screens, newPath);
/expo/ios/versioned/sdk47/EXContacts/EXContacts/
H A DABI47_0_0EXContacts.m145 NSString *newPath = [directory stringByAppendingPathComponent:fileName];
153 [data writeToFile:newPath atomically:YES];
155 NSURL *fileURL = [NSURL fileURLWithPath:newPath];
873 NSString *newPath = [directory stringByAppendingPathComponent:fileName];
875 [data writeToFile:newPath atomically:YES];
876 NSURL *fileURL = [NSURL fileURLWithPath:newPath];
/expo/packages/expo-contacts/ios/EXContacts/
H A DEXContacts.m145 NSString *newPath = [directory stringByAppendingPathComponent:fileName];
153 [data writeToFile:newPath atomically:YES];
155 NSURL *fileURL = [NSURL fileURLWithPath:newPath];
873 NSString *newPath = [directory stringByAppendingPathComponent:fileName];
875 [data writeToFile:newPath atomically:YES];
876 NSURL *fileURL = [NSURL fileURLWithPath:newPath];
/expo/ios/versioned/sdk49/EXContacts/EXContacts/
H A DABI49_0_0EXContacts.m145 NSString *newPath = [directory stringByAppendingPathComponent:fileName];
153 [data writeToFile:newPath atomically:YES];
155 NSURL *fileURL = [NSURL fileURLWithPath:newPath];
873 NSString *newPath = [directory stringByAppendingPathComponent:fileName];
875 [data writeToFile:newPath atomically:YES];
876 NSURL *fileURL = [NSURL fileURLWithPath:newPath];
/expo/ios/versioned/sdk48/EXContacts/EXContacts/
H A DABI48_0_0EXContacts.m145 NSString *newPath = [directory stringByAppendingPathComponent:fileName];
153 [data writeToFile:newPath atomically:YES];
155 NSURL *fileURL = [NSURL fileURLWithPath:newPath];
873 NSString *newPath = [directory stringByAppendingPathComponent:fileName];
875 [data writeToFile:newPath atomically:YES];
876 NSURL *fileURL = [NSURL fileURLWithPath:newPath];