Home
last modified time | relevance | path

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

/freebsd/contrib/lutok/
H A Dexceptions.cpp106 const std::string& filename_) : in file_not_found_error() argument
107 error("File '" + filename_ + "' not found"), in file_not_found_error()
108 _filename(filename_) in file_not_found_error()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc1085 filename_ = temp_file_path; in CapturedStream()
1148 filename_ = std::move(name_template); in CapturedStream()
1155 ~CapturedStream() { remove(filename_.c_str()); } in ~CapturedStream()
1166 FILE* const file = posix::FOpen(filename_.c_str(), "r"); in GetCapturedString()
1168 GTEST_LOG_(FATAL) << "Failed to open tmp file " << filename_ in GetCapturedString()
1180 ::std::string filename_;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc2518 (void *path_, long long cmd_, void *filename_, long long attrnamespace_,
2526 (long long res, void *path_, long long cmd_, void *filename_,