Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A Dfs-test.ts4 import { copyFilePathToPathAsync, removeFile } from '../fs';
44 describe(removeFile, () => {
58 expect(removeFile('/google-services.json')).toBe(true);
65 expect(removeFile('/google-services.json')).toBe(false);
77 expect(() => removeFile('/android/app')).toThrow(/Dir not empty/);
/expo/packages/@expo/config-plugins/build/utils/
H A Dfs.js7 exports.removeFile = removeFile;
33 function removeFile(filePath) { function
H A Dfs.d.ts4 export declare function removeFile(filePath: string): boolean;
H A Dfs.js.map1removeFile","filePath","unlinkSync","error","code"],"sources":["../../src/utils/fs.ts"],"sourcesCo…
/expo/packages/@expo/config-plugins/src/utils/
H A Dfs.ts12 export function removeFile(filePath: string): boolean { function
/expo/packages/expo-file-system/ios/
H A DFileSystemHelpers.swift37 internal func removeFile(path: String, idempotent: Bool = false) throws { in removeFile() function
H A DFileSystemModule.swift80 try removeFile(path: url.path, idempotent: options.idempotent) in definition()
95 try removeFile(path: toUrl.path, idempotent: true) in definition()
/expo/packages/@expo/cli/ts-declarations/xcode/
H A Dindex.d.ts454 removeFile(path: unknown, group: unknown, opt: unknown): unknown;
/expo/packages/expo-updates/ts-declarations/xcode/
H A Dindex.d.ts452 removeFile(path: unknown, group: unknown, opt: unknown): unknown;