Home
last modified time | relevance | path

Searched defs:tmp_dir (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dfailure_signal_handler_test.cc77 const char* tmp_dir = std::getenv(var); in GetTmpDir() local
99 std::string tmp_dir = GetTmpDir(); in TEST_P() local
/third_party/ltp/lib/tests/
Dtst_tmpdir_test.c51 char *tmp_dir; in main() local
/third_party/rust/rust/src/ci/docker/host-x86_64/test-various/uefi_qemu_test/
Drun.py26 def build_and_run(tmp_dir, target): argument
/third_party/toybox/toys/pending/
Dbootchartd.c174 static void stop_logging(char *tmp_dir, char *prog) in stop_logging()
256 char *tmp_dir = create_tmp_dir(); in bootchartd_main() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
Dmain.rs514 let tmp_dir = TestDir::new(); in test_missing_module_code_action_in_json_project() localVariable
965 let tmp_dir = TestDir::new(); in test_will_rename_files_same_level() localVariable
Dsupport.rs22 tmp_dir: Option<TestDir>, field
50 pub(crate) fn tmp_dir(mut self, tmp_dir: TestDir) -> Project<'a> { in tmp_dir() method
76 let tmp_dir = self.tmp_dir.unwrap_or_else(TestDir::new); in server() localVariable
/third_party/rust/crates/nix/test/test_kmod/
Dmod.rs10 let tmp_dir = in compile_kernel_module() localVariable
/third_party/lz4/tests/
Dtest-lz4-abi.py83 tmp_dir = base_dir + '/' + tmp_dir_name # /path/to/lz4/tests/versionsTest variable
Dtest-lz4-versions.py85 tmp_dir = base_dir + '/' + tmp_dir_name # /path/to/lz4/tests/versionsTest variable
/third_party/skia/infra/bots/
Dutils.py41 class tmp_dir(object): class
/third_party/skia/m133/infra/bots/
Dutils.py41 class tmp_dir(object): class
/third_party/skia/m133/infra/bots/recipe_modules/flavor/
Dapi.py125 def _copy_dir(self, host_version, version_file, tmp_dir, argument
/third_party/skia/infra/bots/recipe_modules/flavor/
Dapi.py134 def _copy_dir(self, host_version, version_file, tmp_dir, argument
/third_party/rust/rust/src/ci/docker/scripts/
Dfuchsia-test-runner.py34 def tmp_dir(): member in TestEnvironment
/third_party/rust/rust/src/tools/remote-test-server/src/
Dmain.rs130 let mut tmp_dir = work_dir.clone(); in main() localVariable