Searched refs:filename_ (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/lutok/ |
H A D | exceptions.cpp | 106 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 D | gtest-port.cc | 1085 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 D | sanitizer_syscalls_netbsd.inc | 2518 (void *path_, long long cmd_, void *filename_, long long attrnamespace_, 2526 (long long res, void *path_, long long cmd_, void *filename_,
|