Searched refs:tempAppPath (Results 1 – 1 of 1) sorted by relevance
42 const tempAppPath = path.join(EXPO_DIR, 'temp-app.tar.gz'); constant44 await spawnAsync('tar', ['-zcvf', tempAppPath, '-C', this.getAppPath(), '.'], {48 const file = fs.createReadStream(tempAppPath);59 await fs.remove(tempAppPath);