Searched refs:removeFile (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/config-plugins/src/utils/__tests__/ |
| H A D | fs-test.ts | 4 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 D | fs.js | 7 exports.removeFile = removeFile; 33 function removeFile(filePath) { function
|
| H A D | fs.d.ts | 4 export declare function removeFile(filePath: string): boolean;
|
| H A D | fs.js.map | 1 …removeFile","filePath","unlinkSync","error","code"],"sources":["../../src/utils/fs.ts"],"sourcesCo…
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | fs.ts | 12 export function removeFile(filePath: string): boolean { function
|
| /expo/packages/expo-file-system/ios/ |
| H A D | FileSystemHelpers.swift | 37 internal func removeFile(path: String, idempotent: Bool = false) throws { in removeFile() function
|
| H A D | FileSystemModule.swift | 80 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 D | index.d.ts | 454 removeFile(path: unknown, group: unknown, opt: unknown): unknown;
|
| /expo/packages/expo-updates/ts-declarations/xcode/ |
| H A D | index.d.ts | 452 removeFile(path: unknown, group: unknown, opt: unknown): unknown;
|