Home
last modified time | relevance | path

Searched refs:fromPath (Results 1 – 25 of 36) sorted by relevance

12

/expo/packages/@expo/fingerprint/src/
H A DDedup.ts87 const fromPath = path.join(projectRoot, from.filePath); constant
89 const result = path.relative(fromPath, toPath).match(/^[./\\/]*$/) != null;
93 `Unexpected case which a dir is a descendant of a file - from[${fromPath}] to[${toPath}]`
/expo/packages/@expo/fingerprint/build/
H A DDedup.js75 const fromPath = path_1.default.join(projectRoot, from.filePath);
77 const result = path_1.default.relative(fromPath, toPath).match(/^[./\\/]*$/) != null;
79 …'dir'), `Unexpected case which a dir is a descendant of a file - from[${fromPath}] to[${toPath}]`);
/expo/packages/create-expo-module/src/
H A DcreateExampleApp.ts93 async function moveFiles(fromPath: string, toPath: string): Promise<void> {
94 for (const file of await fs.readdir(fromPath)) {
95 await fs.move(path.join(fromPath, file), path.join(toPath, file), {
H A Dcreate-expo-module.ts258 const fromPath = path.join(templatePath, file); constant
260 const template = await fs.readFile(fromPath, { encoding: 'utf8' });
/expo/packages/create-expo-module/build/
H A DcreateExampleApp.js73 async function moveFiles(fromPath, toPath) { argument
74 for (const file of await fs_extra_1.default.readdir(fromPath)) {
75 …await fs_extra_1.default.move(path_1.default.join(fromPath, file), path_1.default.join(toPath, fil…
H A Dcreate-expo-module.js203 const fromPath = path_1.default.join(templatePath, file);
205 const template = await fs_extra_1.default.readFile(fromPath, { encoding: 'utf8' });
H A DcreateExampleApp.js.map1 …Files(fromPath: string, toPath: string): Promise<void> {\n for (const file of await fs.readdir(fr…
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/
H A DABI47_0_0EXFileSystemLocalFileHandler.m55 NSString *fromPath = [from.path stringByStandardizingPath];
69 if ([[NSFileManager defaultManager] copyItemAtPath:fromPath toPath:toPath error:&error]) {
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/
H A DABI48_0_0EXFileSystemLocalFileHandler.m55 NSString *fromPath = [from.path stringByStandardizingPath];
69 if ([[NSFileManager defaultManager] copyItemAtPath:fromPath toPath:toPath error:&error]) {
/expo/packages/expo-file-system/ios/
H A DEXFileSystemLocalFileHandler.m56 NSString *fromPath = [from.path stringByStandardizingPath];
70 if ([[NSFileManager defaultManager] copyItemAtPath:fromPath toPath:toPath error:&error]) {
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/
H A DABI49_0_0EXFileSystemLocalFileHandler.m56 NSString *fromPath = [from.path stringByStandardizingPath];
70 if ([[NSFileManager defaultManager] copyItemAtPath:fromPath toPath:toPath error:&error]) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0JSBigString.cpp84 std::unique_ptr<const JSBigFileString> JSBigFileString::fromPath( in fromPath() function in ABI48_0_0facebook::ABI48_0_0React::JSBigFileString
H A DABI48_0_0JSBigString.h125 static std::unique_ptr<const JSBigFileString> fromPath(
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0JSBigString.cpp84 std::unique_ptr<const JSBigFileString> JSBigFileString::fromPath( in fromPath() function in ABI47_0_0facebook::ABI47_0_0React::JSBigFileString
H A DABI47_0_0JSBigString.h125 static std::unique_ptr<const JSBigFileString> fromPath(
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsOverlays.kt25 …val groundOverlayOptions = GroundOverlayOptions().image(BitmapDescriptorFactory.fromPath(localUri)… in <lambda>()
H A DGoogleMapsClusters.kt157 markerOptions.icon(BitmapDescriptorFactory.fromPath(localUri)) in <lambda>()
170 marker.setIcon(BitmapDescriptorFactory.fromPath(localUri)) in <lambda>()
H A DGoogleMapsUtils.kt14 BitmapDescriptorFactory.fromPath(localUri) in provideDescriptor()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0JSBigString.cpp84 std::unique_ptr<const JSBigFileString> JSBigFileString::fromPath( in fromPath() function in ABI49_0_0facebook::ABI49_0_0React::JSBigFileString
H A DABI49_0_0JSBigString.h125 static std::unique_ptr<const JSBigFileString> fromPath(
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DRNSVGMarkerPosition.java57 static ArrayList<RNSVGMarkerPosition> fromPath(ArrayList<PathElement> elements) { in fromPath() method in RNSVGMarkerPosition
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DRNSVGMarkerPosition.java57 static ArrayList<RNSVGMarkerPosition> fromPath(ArrayList<PathElement> elements) { in fromPath() method in RNSVGMarkerPosition
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DRNSVGMarkerPosition.java57 static ArrayList<RNSVGMarkerPosition> fromPath(ArrayList<PathElement> elements) { in fromPath() method in RNSVGMarkerPosition
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DRNSVGMarkerPosition.java57 static ArrayList<RNSVGMarkerPosition> fromPath(ArrayList<PathElement> elements) { in fromPath() method in RNSVGMarkerPosition
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/
H A DABI49_0_0JSIExecutor.cpp193 auto script = JSBigFileString::fromPath(bundlePath); in registerBundle()

12