Home
last modified time | relevance | path

Searched refs:bundlePath (Results 1 – 25 of 84) sorted by relevance

1234

/expo/packages/@expo/metro-runtime/src/async-require/
H A DbuildUrlForBundle.native.ts8 export function buildUrlForBundle(bundlePath: string): string {
11 return joinComponents(location.origin, bundlePath);
22 return joinComponents(serverUrl, bundlePath);
H A DbuildUrlForBundle.ts14 export function buildUrlForBundle(bundlePath: string): string {
17 return '/' + bundlePath.replace(/^\/+/, '');
H A DloadBundle.ts18 export async function loadBundleAsync(bundlePath: string): Promise<void> {
19 const requestUrl = buildUrlForBundle(bundlePath);
/expo/packages/@expo/metro-runtime/build/async-require/
H A DbuildUrlForBundle.native.js10 function buildUrlForBundle(bundlePath) { argument
13 return joinComponents(location.origin, bundlePath);
21 return joinComponents(serverUrl, bundlePath);
H A DbuildUrlForBundle.js16 function buildUrlForBundle(bundlePath) { argument
19 return '/' + bundlePath.replace(/^\/+/, '');
H A DloadBundle.js19 async function loadBundleAsync(bundlePath) { argument
20 const requestUrl = (0, buildUrlForBundle_1.buildUrlForBundle)(bundlePath);
H A DbuildUrlForBundle.js.map1bundlePath like `/foobar`\n * @param params like `{ platform: \"web\" }`\n * @returns a URL like \…
H A DbuildUrlForBundle.d.ts13 export declare function buildUrlForBundle(bundlePath: string): string;
H A DbuildUrlForBundle.native.d.ts7 export declare function buildUrlForBundle(bundlePath: string): string;
H A DloadBundle.d.ts6 export declare function loadBundleAsync(bundlePath: string): Promise<void>;
H A DloadBundle.js.map1bundlePath Given a statement like `import('./Bacon')` `bundlePath` would be `Bacon.bundle?params=f…
H A DbuildUrlForBundle.native.js.map1bundlePath: string): string {\n if (process.env.NODE_ENV === 'production') {\n if (typeof loca…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0RAMBundleRegistry.cpp40 std::string bundlePath) { in registerBundle() argument
41 m_bundlePaths.emplace(bundleId, std::move(bundlePath)); in registerBundle()
54 auto bundlePath = m_bundlePaths.find(bundleId); in getModule() local
55 if (bundlePath == m_bundlePaths.end()) { in getModule()
60 m_bundles.emplace(bundleId, m_factory(bundlePath->second)); in getModule()
H A DABI48_0_0JSExecutor.cpp19 const std::string &bundlePath) { in getSyntheticBundlePath() argument
21 return bundlePath; in getSyntheticBundlePath()
H A DABI48_0_0JSExecutor.h85 const std::string &bundlePath) = 0;
140 const std::string &bundlePath);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0RAMBundleRegistry.cpp40 std::string bundlePath) { in registerBundle() argument
41 m_bundlePaths.emplace(bundleId, std::move(bundlePath)); in registerBundle()
54 auto bundlePath = m_bundlePaths.find(bundleId); in getModule() local
55 if (bundlePath == m_bundlePaths.end()) { in getModule()
60 m_bundles.emplace(bundleId, m_factory(bundlePath->second)); in getModule()
H A DABI47_0_0JSExecutor.cpp19 const std::string &bundlePath) { in getSyntheticBundlePath() argument
21 return bundlePath; in getSyntheticBundlePath()
H A DABI47_0_0JSExecutor.h85 const std::string &bundlePath) = 0;
141 const std::string &bundlePath);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0RAMBundleRegistry.cpp40 std::string bundlePath) { in registerBundle() argument
41 m_bundlePaths.emplace(bundleId, std::move(bundlePath)); in registerBundle()
54 auto bundlePath = m_bundlePaths.find(bundleId); in getModule() local
55 if (bundlePath == m_bundlePaths.end()) { in getModule()
60 m_bundles.emplace(bundleId, m_factory(bundlePath->second)); in getModule()
H A DABI49_0_0JSExecutor.cpp21 const std::string &bundlePath) { in getSyntheticBundlePath() argument
23 return bundlePath; in getSyntheticBundlePath()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTDevSplitBundleLoader.mm41 : (NSString *)bundlePath resolve
45 …rceURL = [[ABI49_0_0RCTBundleURLProvider sharedSettings] jsBundleURLForSplitBundleRoot:bundlePath];
93 - (void)loadBundle:(NSString *)bundlePath resolve:(ABI49_0_0RCTPromiseResolveBlock)resolve reject:(…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTDevSplitBundleLoader.mm41 : (NSString *)bundlePath resolve
45 …rceURL = [[ABI47_0_0RCTBundleURLProvider sharedSettings] jsBundleURLForSplitBundleRoot:bundlePath];
91 - (void)loadBundle:(NSString *)bundlePath resolve:(ABI47_0_0RCTPromiseResolveBlock)resolve reject:(…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTDevSplitBundleLoader.mm41 : (NSString *)bundlePath resolve
45 …rceURL = [[ABI48_0_0RCTBundleURLProvider sharedSettings] jsBundleURLForSplitBundleRoot:bundlePath];
91 - (void)loadBundle:(NSString *)bundlePath resolve:(ABI48_0_0RCTPromiseResolveBlock)resolve reject:(…
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DEmbeddedAppLoader.swift140 let bundlePath = UpdatesUtils.path(forBundledAsset: asset).require( in downloadAsset() variable
150 try FileManager.default.copyItem(atPath: bundlePath, toPath: destinationUrl.path) in downloadAsset()
151 let data = try NSData(contentsOfFile: bundlePath) as Data in downloadAsset()
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DEmbeddedAppLoader.swift140 let bundlePath = UpdatesUtils.path(forBundledAsset: asset).require( in downloadAsset() variable
150 try FileManager.default.copyItem(atPath: bundlePath, toPath: destinationUrl.path) in downloadAsset()
151 let data = try NSData(contentsOfFile: bundlePath) as Data in downloadAsset()

1234