Searched refs:soundFileRelativePath (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsIOS.ts | 59 for (const soundFileRelativePath of sounds) { constant 60 const fileName = basename(soundFileRelativePath); 61 const sourceFilepath = resolve(projectRoot, soundFileRelativePath);
|
| H A D | withNotificationsAndroid.ts | 201 for (const soundFileRelativePath of sounds) { constant 202 writeNotificationSoundFile(soundFileRelativePath, projectRoot); 210 function writeNotificationSoundFile(soundFileRelativePath: string, projectRoot: string) { 212 const inputFilename = basename(soundFileRelativePath); 216 const sourceFilepath = resolve(projectRoot, soundFileRelativePath);
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsIOS.js | 40 for (const soundFileRelativePath of sounds) { 41 const fileName = (0, path_1.basename)(soundFileRelativePath); 42 const sourceFilepath = (0, path_1.resolve)(projectRoot, soundFileRelativePath);
|
| H A D | withNotificationsAndroid.js | 151 for (const soundFileRelativePath of sounds) { 152 writeNotificationSoundFile(soundFileRelativePath, projectRoot); 160 function writeNotificationSoundFile(soundFileRelativePath, projectRoot) { argument 162 const inputFilename = (0, path_1.basename)(soundFileRelativePath); 165 const sourceFilepath = (0, path_1.resolve)(projectRoot, soundFileRelativePath);
|