Searched refs:tmpFile (Results 1 – 3 of 3) sorted by relevance
31 const tmpFile = FileSystem.cacheDirectory + 'chapeau.png';35 await FileSystem.copyAsync({ from: asset.localUri!, to: tmpFile });36 await Sharing.shareAsync(tmpFile, {
224 const tmpFile = FileSystem.cacheDirectory + 'test.html';226 await FileSystem.copyAsync({ from: asset.localUri!, to: tmpFile });227 const result = await FileSystem.readAsStringAsync(tmpFile);
124 val tmpFile = File(destination.absolutePath + ".tmp") in <lambda>() constant125 FileUtils.copyInputStreamToFile(digestInputStream, tmpFile) in <lambda>()137 if (!tmpFile.renameTo(destination)) { in <lambda>()