Searched refs:stdout_path (Results 1 – 1 of 1) sorted by relevance
213 fn stdout_path(&self) -> Result<PathBuf> { in stdout_path() method214 let stdout_path = in stdout_path() localVariable216 let stdout_path = in stdout_path() localVariable217 std::str::from_utf8(stdout_path).context("given stdout path is not valid UTF-8")?; in stdout_path()218 Ok(stdout_path.into()) in stdout_path()275 let stdout_path = config.stdout_path()?; in wasm_bench_create() localVariable294 let stdout = std::fs::File::create(&stdout_path) in wasm_bench_create()295 .with_context(|| format!("failed to create {}", stdout_path.display()))?; in wasm_bench_create()