Home
last modified time | relevance | path

Searched defs:tmp_dir (Results 1 – 9 of 9) 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/toybox/toys/pending/
Dbootchartd.c169 static void stop_logging(char *tmp_dir, char *prog) in stop_logging()
251 char *tmp_dir = create_tmp_dir(); in bootchartd_main() local
/third_party/lz4/tests/
Dtest-lz4-abi.py66 tmp_dir = base_dir + '/' + tmp_dir_name # /path/to/lz4/tests/versionsTest variable
Dtest-lz4-versions.py58 tmp_dir = base_dir + '/' + tmp_dir_name # /path/to/lz4/tests/versionsTest variable
/third_party/rust/crates/nix/test/test_kmod/
Dmod.rs10 let tmp_dir = in compile_kernel_module() localVariable
/third_party/skia/infra/bots/
Dutils.py41 class tmp_dir(object): class
/third_party/skia/infra/bots/recipe_modules/flavor/
Dapi.py134 def _copy_dir(self, host_version, version_file, tmp_dir, argument
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
Dpage-poisoning.c90 static char tmp_dir[PATH_MAX] = { '\0' }; variable