Searched refs:tmpTarGzPath (Results 1 – 1 of 1) sorted by relevance
386 const tmpTarGzPath = path.join(os.tmpdir(), 'simulator.tar.gz'); constant397 await spawnAsync('tar', ['-zcvf', tmpTarGzPath, '-C', artifactPaths[0], '.'], {401 const file = fs.createReadStream(tmpTarGzPath);