Home
last modified time | relevance | path

Searched refs:tempdir (Results 1 – 7 of 7) sorted by relevance

/linux/arch/um/os-Linux/
H A Dmem.c57 char *tempdir = NULL; variable
136 if (tempdir == NULL) { in make_tempfile()
137 tempdir = choose_tempdir(); in make_tempfile()
138 if (tempdir == NULL) { in make_tempfile()
146 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
156 tempname = malloc(strlen(tempdir) + strlen(template) + 1); in make_tempfile()
160 strcpy(tempname, tempdir); in make_tempfile()
233 os_info("Checking PROT_EXEC mmap in %s...", tempdir); in check_tmpexec()
239 os_warn("%s must be not mounted noexec\n", tempdir); in check_tmpexec()
/linux/scripts/
H A Dget_dvb_firmware54 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
72 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
91 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
109 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
127 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
160 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
177 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
194 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
206 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0);
250 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
[all …]
H A Drust_is_available_test.py28 path = pathlib.Path(cls.tempdir.name)
99 cls.tempdir = tempfile.TemporaryDirectory()
101 cls.missing = pathlib.Path(cls.tempdir.name) / "missing"
103 cls.nonexecutable = pathlib.Path(cls.tempdir.name) / "nonexecutable"
/linux/tools/perf/tests/
H A Dsdt.c83 char *tempdir = NULL, *myself = get_self_path(); in test__sdt_event() local
90 tempdir = realpath(__tempdir, NULL); in test__sdt_event()
91 if (tempdir == NULL) in test__sdt_event()
95 set_buildid_dir(tempdir); in test__sdt_event()
112 free(tempdir); in test__sdt_event()
H A Dattr.py
/linux/arch/um/os-Linux/skas/
H A Dprocess.c235 extern char *tempdir;
254 tmpfile = malloc(strlen(tempdir) + in init_stub_exe_fd()
259 strcpy(tmpfile, tempdir); in init_stub_exe_fd()
/linux/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-no_tests_run_no_header.log4 Checking environment variables for a tempdir...none found