Lines Matching refs:exists
54 const { exists } = await FS.getInfoAsync(localUri);
56 expect(exists).toBeTruthy();
58 expect(exists).not.toBeTruthy();
147 const { exists } = await FS.getInfoAsync(localUri);
148 expect(exists).not.toBeTruthy();
173 const { exists } = await FS.getInfoAsync(from);
174 expect(exists).not.toBeTruthy();
193 const { exists } = await FS.getInfoAsync(from);
194 expect(exists).toBeTruthy();
295 expect(info.exists).toBe(true);
412 const { exists } = await FS.getInfoAsync(localUri);
414 expect(exists).toBeTruthy();
416 expect(exists).not.toBeTruthy();
441 const { exists } = await FS.getInfoAsync(localUri);
443 expect(exists).toBeTruthy();
445 expect(exists).not.toBeTruthy();
487 if (dirInfo.exists) {
494 expect(newDirInfo.exists).toBeTruthy();