| /expo/packages/@expo/fingerprint/src/ |
| H A D | Dedup.ts | 87 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 D | Dedup.js | 75 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 D | createExampleApp.ts | 93 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 D | create-expo-module.ts | 258 const fromPath = path.join(templatePath, file); constant 260 const template = await fs.readFile(fromPath, { encoding: 'utf8' });
|
| /expo/packages/create-expo-module/build/ |
| H A D | createExampleApp.js | 73 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 D | create-expo-module.js | 203 const fromPath = path_1.default.join(templatePath, file); 205 const template = await fs_extra_1.default.readFile(fromPath, { encoding: 'utf8' });
|
| H A D | createExampleApp.js.map | 1 …Files(fromPath: string, toPath: string): Promise<void> {\n for (const file of await fs.readdir(fr…
|
| /expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/ |
| H A D | ABI47_0_0EXFileSystemLocalFileHandler.m | 55 NSString *fromPath = [from.path stringByStandardizingPath]; 69 if ([[NSFileManager defaultManager] copyItemAtPath:fromPath toPath:toPath error:&error]) {
|
| /expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/ |
| H A D | ABI48_0_0EXFileSystemLocalFileHandler.m | 55 NSString *fromPath = [from.path stringByStandardizingPath]; 69 if ([[NSFileManager defaultManager] copyItemAtPath:fromPath toPath:toPath error:&error]) {
|
| /expo/packages/expo-file-system/ios/ |
| H A D | EXFileSystemLocalFileHandler.m | 56 NSString *fromPath = [from.path stringByStandardizingPath]; 70 if ([[NSFileManager defaultManager] copyItemAtPath:fromPath toPath:toPath error:&error]) {
|
| /expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/ |
| H A D | ABI49_0_0EXFileSystemLocalFileHandler.m | 56 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 D | ABI48_0_0JSBigString.cpp | 84 std::unique_ptr<const JSBigFileString> JSBigFileString::fromPath( in fromPath() function in ABI48_0_0facebook::ABI48_0_0React::JSBigFileString
|
| H A D | ABI48_0_0JSBigString.h | 125 static std::unique_ptr<const JSBigFileString> fromPath(
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI47_0_0JSBigString.cpp | 84 std::unique_ptr<const JSBigFileString> JSBigFileString::fromPath( in fromPath() function in ABI47_0_0facebook::ABI47_0_0React::JSBigFileString
|
| H A D | ABI47_0_0JSBigString.h | 125 static std::unique_ptr<const JSBigFileString> fromPath(
|
| /expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/ |
| H A D | GoogleMapsOverlays.kt | 25 …val groundOverlayOptions = GroundOverlayOptions().image(BitmapDescriptorFactory.fromPath(localUri)… in <lambda>()
|
| H A D | GoogleMapsClusters.kt | 157 markerOptions.icon(BitmapDescriptorFactory.fromPath(localUri)) in <lambda>() 170 marker.setIcon(BitmapDescriptorFactory.fromPath(localUri)) in <lambda>()
|
| H A D | GoogleMapsUtils.kt | 14 BitmapDescriptorFactory.fromPath(localUri) in provideDescriptor()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI49_0_0JSBigString.cpp | 84 std::unique_ptr<const JSBigFileString> JSBigFileString::fromPath( in fromPath() function in ABI49_0_0facebook::ABI49_0_0React::JSBigFileString
|
| H A D | ABI49_0_0JSBigString.h | 125 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 D | RNSVGMarkerPosition.java | 57 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 D | RNSVGMarkerPosition.java | 57 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 D | RNSVGMarkerPosition.java | 57 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 D | RNSVGMarkerPosition.java | 57 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 D | ABI49_0_0JSIExecutor.cpp | 193 auto script = JSBigFileString::fromPath(bundlePath); in registerBundle()
|