Searched refs:temp_file (Results 1 – 3 of 3) sorted by relevance
41 if [ -n "$temp_file" ]; then42 log_must rm -f "$temp_file"62 temp_file="$(mktemp)"63 log_mustnot zfs zone "$temp_file" "$TESTPOOL/userns"
180 FileSpec temp_file("/usr/" LLDB_INSTALL_LIBDIR_BASENAME "/lldb/plugins"); in ComputeSystemPluginsDirectory() local181 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() local202 file_spec.SetDirectory(temp_file.GetPath()); in ComputeHeaderDirectory()
110 class temp_file : public std::ostream { class115 temp_file(const char* pattern) : in temp_file() function in __anon7e9de9140111::temp_file134 ~temp_file(void) in ~temp_file()713 temp_file temp("atf-check.XXXXXX"); in run_output_check()