Home
last modified time | relevance | path

Searched refs:temp_file (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/user_namespace/
H A Duser_namespace_004.ksh41 if [ -n "$temp_file" ]; then
42 log_must rm -f "$temp_file"
62 temp_file="$(mktemp)"
63 log_mustnot zfs zone "$temp_file" "$TESTPOOL/userns"
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp180 FileSpec temp_file("/usr/" LLDB_INSTALL_LIBDIR_BASENAME "/lldb/plugins"); in ComputeSystemPluginsDirectory() local
181 FileSystem::Instance().Resolve(temp_file); in ComputeSystemPluginsDirectory()
182 file_spec.SetDirectory(temp_file.GetPath()); in ComputeSystemPluginsDirectory()
201 FileSpec temp_file("/opt/local/include/lldb"); in ComputeHeaderDirectory() local
202 file_spec.SetDirectory(temp_file.GetPath()); in ComputeHeaderDirectory()
/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp110 class temp_file : public std::ostream { class
115 temp_file(const char* pattern) : in temp_file() function in __anon7e9de9140111::temp_file
134 ~temp_file(void) in ~temp_file()
713 temp_file temp("atf-check.XXXXXX"); in run_output_check()