Searched refs:newPath (Results 1 – 10 of 10) sorted by relevance
5 const newPath = getRedirectPath(redirectPath); constant15 const newPath = getRedirectPath(redirectPath); constant22 const newPath = getRedirectPath(redirectPath); constant29 const newPath = getRedirectPath(redirectPath); constant36 const newPath = getRedirectPath(redirectPath); constant38 expect(newPath).toEqual('/more/expo-cli/');43 const newPath = getRedirectPath(redirectPath); constant45 expect(newPath).toEqual('/more/expo-cli/');50 const newPath = getRedirectPath(redirectPath); constant52 expect(newPath).toEqual('/more/expo-cli/');[all …]
17 newPath: string;49 newPath,52 <SnippetHeader title={newPath} Icon={Copy07Icon} />
72 var newPath = uri.path in httpManifestUrlBuilder() variable73 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()
61 NSString *newPath = [directory stringByAppendingPathComponent:fileName];63 if (![data writeToFile:newPath atomically:YES]) {66 NSURL *fileURL = [NSURL fileURLWithPath:newPath];
294 const newPath = relativePathAfterRename ?? relativePath; constant297 relativePath: newPath,298 path: join(this.path, newPath),
241 const newPath = basePath + value.path + '/'; constant242 traverseScreens(value.screens, newPath);
145 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];