Home
last modified time | relevance | path

Searched refs:soundFileRelativePath (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsIOS.ts59 for (const soundFileRelativePath of sounds) { constant
60 const fileName = basename(soundFileRelativePath);
61 const sourceFilepath = resolve(projectRoot, soundFileRelativePath);
H A DwithNotificationsAndroid.ts201 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 DwithNotificationsIOS.js40 for (const soundFileRelativePath of sounds) {
41 const fileName = (0, path_1.basename)(soundFileRelativePath);
42 const sourceFilepath = (0, path_1.resolve)(projectRoot, soundFileRelativePath);
H A DwithNotificationsAndroid.js151 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);