Searched refs:tempdir (Results 1 – 7 of 7) sorted by relevance
/linux/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/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/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()
|
H A D | attr.py |
|
/linux/arch/um/os-Linux/skas/ |
H A D | process.c | 235 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 D | test_is_test_passed-no_tests_run_no_header.log | 4 Checking environment variables for a tempdir...none found
|