Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsIOS.ts61 const sourceFilepath = resolve(projectRoot, soundFileRelativePath); constant
66 copyFileSync(sourceFilepath, destinationFilepath);
H A DwithNotificationsAndroid.ts216 const sourceFilepath = resolve(projectRoot, soundFileRelativePath); constant
221 copyFileSync(sourceFilepath, destinationFilepath);
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsIOS.js42 const sourceFilepath = (0, path_1.resolve)(projectRoot, soundFileRelativePath);
46 (0, fs_1.copyFileSync)(sourceFilepath, destinationFilepath);
H A DwithNotificationsAndroid.js165 const sourceFilepath = (0, path_1.resolve)(projectRoot, soundFileRelativePath);
170 (0, fs_1.copyFileSync)(sourceFilepath, destinationFilepath);