Searched refs:sourceFilepath (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsIOS.ts | 61 const sourceFilepath = resolve(projectRoot, soundFileRelativePath); constant 66 copyFileSync(sourceFilepath, destinationFilepath);
|
| H A D | withNotificationsAndroid.ts | 216 const sourceFilepath = resolve(projectRoot, soundFileRelativePath); constant 221 copyFileSync(sourceFilepath, destinationFilepath);
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsIOS.js | 42 const sourceFilepath = (0, path_1.resolve)(projectRoot, soundFileRelativePath); 46 (0, fs_1.copyFileSync)(sourceFilepath, destinationFilepath);
|
| H A D | withNotificationsAndroid.js | 165 const sourceFilepath = (0, path_1.resolve)(projectRoot, soundFileRelativePath); 170 (0, fs_1.copyFileSync)(sourceFilepath, destinationFilepath);
|