Home
last modified time | relevance | path

Searched refs:TempDir (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
Dperf_puppeteer_skottie_frames_test.go22 benchmarkPath, err := ioutil.TempDir("", "benchmark")
51 lotties, err := ioutil.TempDir("", "lotties")
92 lotties, err := ioutil.TempDir("", "lotties")
138 input, err := ioutil.TempDir("", "inputs")
146 output, err := ioutil.TempDir("", "perf")
237 input, err := ioutil.TempDir("", "inputs")
245 output, err := ioutil.TempDir("", "perf")
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
Dperf_puppeteer_render_skps_test.go22 benchmarkPath, err := ioutil.TempDir("", "benchmark")
56 skps, err := ioutil.TempDir("", "skps")
97 skps, err := ioutil.TempDir("", "skps")
130 skps, err := ioutil.TempDir("", "skps")
172 skps, err := ioutil.TempDir("", "skps")
216 input, err := ioutil.TempDir("", "inputs")
224 output, err := ioutil.TempDir("", "perf")
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
Ddeqp.go64 TempDir string // Directory for temporary log files, coverage output. member
143 if c.TempDir == "" {
144 dir, err := ioutil.TempDir("", "deqp")
148 c.TempDir = dir
303 coverageFile := filepath.Join(c.TempDir, fmt.Sprintf("%v.profraw", goroutineIndex))
312 logPath = filepath.Join(c.TempDir, fmt.Sprintf("%v.log", goroutineIndex))
/third_party/rust/crates/rustix/tests/process/
Dworking_directory.rs5 use tempfile::{tempdir, TempDir};
8 fn tmpdir() -> TempDir { in tmpdir()
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
Dperf_puppeteer_canvas_test.go22 benchmarkPath, err := ioutil.TempDir("", "benchmark")
125 input, err := ioutil.TempDir("", "inputs")
132 output, err := ioutil.TempDir("", "perf")
/third_party/rust/crates/rustix/tests/termios/
Disatty.rs3 use tempfile::{tempdir, TempDir};
6 fn tmpdir() -> TempDir { in tmpdir()
/third_party/googletest/googletest/include/gtest/internal/custom/
DREADME.md11 * `GTEST_CUSTOM_TEMPDIR_FUNCTION_` - An override for `testing::TempDir()`. See
12 `testing::TempDir` for semantics and signature.
/third_party/mesa3d/src/gtest/include/gtest/internal/custom/
DREADME.md11 * `GTEST_CUSTOM_TEMPDIR_FUNCTION_` - An override for `testing::TempDir()`. See
12 `testing::TempDir` for semantics and signature.
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dlib.rs37 use tempdir::TempDir;
59 let dir = TempDir::new("bindgen_prop")?; in run_predicate_script()
/third_party/rust/crates/nix/test/test_kmod/
Dmod.rs5 use tempfile::{tempdir, TempDir};
7 fn compile_kernel_module() -> (PathBuf, String, TempDir) { in compile_kernel_module()
/third_party/skia/infra/bots/task_drivers/recreate_skps/
Drecreate_skps.go32 tmp, err := os_steps.TempDir(ctx, "", "")
180 tmp, err := os_steps.TempDir(ctx, "", "")
/third_party/rust/crates/glob/tests/
Dglob-std.rs22 use tempdir::TempDir;
38 let root = TempDir::new("glob-tests"); in main()
/third_party/cef/tests/ceftests/
Dscoped_temp_dir_unittest.cc44 TEST(ScopedTempDir, TempDir) { in TEST() argument
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/
Dtest.go86 workDir, err := ioutil.TempDir("", "wuffs-c")
/third_party/rust/crates/which-rs/tests/
Dbasic.rs10 use tempfile::TempDir;
14 pub tempdir: TempDir,
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
Dmain.go67 tmpDir, err := ioutil.TempDir("", "fix-tests")
/third_party/skia/third_party/externals/tint/tools/src/cmd/check-spec-examples/
Dmain.go160 tmpDir, err := ioutil.TempDir("", "wgsl-spec-examples")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp88 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() argument
90 if (TempDir.empty()) in saveTempBitcode()
93 std::string SaveTempPath = (TempDir + llvm::Twine(count) + Suffix).str(); in saveTempBitcode()
/third_party/rust/crates/linux-raw-sys/gen/src/
Dmain.rs29 let out = tempdir::TempDir::new("linux-raw-sys").unwrap(); in main()
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
Dmain.go242 dir, err := ioutil.TempDir("", "dawn-roll")
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc482 TempDir() + GetCurrentExecutableName().string() + in SetUp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc702 static bool getDarwinConfDir(bool TempDir, SmallVectorImpl<char> &Result) {
706 int ConfName = TempDir ? _CS_DARWIN_USER_TEMP_DIR
/third_party/python/Doc/library/
Dweakref.rst509 class TempDir:
538 class TempDir:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc1147 static bool getDarwinConfDir(bool TempDir, SmallVectorImpl<char> &Result) {
1151 int ConfName = TempDir ? _CS_DARWIN_USER_TEMP_DIR
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h2374 GTEST_API_ std::string TempDir();

12