Searched refs:tempdir (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/um/os-Linux/ |
| H A D | mem.c | 57 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-6.15/scripts/ |
| H A D | get_dvb_firmware | 54 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 D | rust_is_available_test.py | 28 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-6.15/tools/perf/tests/ |
| H A D | sdt.c | 83 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()
|
| /linux-6.15/tools/perf/tests/shell/lib/ |
| H A D | attr.py | 282 def run_cmd(self, tempdir): argument 298 cmd = "PERF_TEST_ATTR=%s %s %s -o %s/perf.data %s" % (tempdir, 299 self.perf, self.command, tempdir, self.args) 375 tempdir = tempfile.mkdtemp(); 379 self.run_cmd(tempdir); 383 for f in glob.glob(tempdir + '/event*'): 396 shutil.rmtree(tempdir)
|
| /linux-6.15/arch/um/os-Linux/skas/ |
| H A D | process.c | 245 extern char *tempdir; 264 tmpfile = malloc(strlen(tempdir) + in init_stub_exe_fd() 269 strcpy(tmpfile, tempdir); in init_stub_exe_fd()
|
| /linux-6.15/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-no_tests_run_no_header.log | 4 Checking environment variables for a tempdir...none found
|