Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DEasDispatch.ts386 const tmpTarGzPath = path.join(os.tmpdir(), 'simulator.tar.gz'); constant
397 await spawnAsync('tar', ['-zcvf', tmpTarGzPath, '-C', artifactPaths[0], '.'], {
401 const file = fs.createReadStream(tmpTarGzPath);