Home
last modified time | relevance | path

Searched refs:copyFilePathToPathAsync (Results 1 – 9 of 9) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DGoogleServices-test.ts4 import { copyFilePathToPathAsync } from '../../utils/fs';
16 copyFilePathToPathAsync: jest.fn(),
62 expect(copyFilePathToPathAsync).toHaveBeenLastCalledWith(
82 expect(copyFilePathToPathAsync).toHaveBeenCalledWith(
/expo/packages/@expo/config-plugins/build/utils/
H A Dfs.js6 exports.copyFilePathToPathAsync = copyFilePathToPathAsync;
24 async function copyFilePathToPathAsync(src, dest) { function
H A Dfs.d.ts2 export declare function copyFilePathToPathAsync(src: string, dest: string): Promise<void>; function
H A Dfs.js.map1copyFilePathToPathAsync","src","dest","srcFile","fs","promises","readFile","mkdir","path","dirname…
/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A Dfs-test.ts4 import { copyFilePathToPathAsync, removeFile } from '../fs';
7 describe(copyFilePathToPathAsync, () => {
26 await copyFilePathToPathAsync('/google-services.json', '/android/app/google-services.json');
/expo/packages/@expo/config-plugins/src/android/
H A DGoogleServices.ts7 import { copyFilePathToPathAsync } from '../utils/fs';
77 await copyFilePathToPathAsync(completeSourcePath, destinationPath);
/expo/packages/@expo/config-plugins/src/utils/
H A Dfs.ts5 export async function copyFilePathToPathAsync(src: string, dest: string): Promise<void> { function
/expo/packages/@expo/config-plugins/build/android/
H A DGoogleServices.js98 await (0, _fs().copyFilePathToPathAsync)(completeSourcePath, destinationPath);
H A DGoogleServices.js.map1copyFilePathToPathAsync","e","console","log","Error","buildGradle","includes","replace","appBuildG…