Home
last modified time | relevance | path

Searched refs:file_ (Results 1 – 9 of 9) sorted by relevance

/src/contrib/kyua/utils/fs/
H A Dauto_cleaners.cpp167 impl(const path& file_) : in impl()
168 _file(file_), in impl()
204 fs::auto_file::auto_file(const path& file_) : in auto_file() argument
205 _pimpl(new impl(file_)) in auto_file()
232 const fs::path file_ = fs::mkstemp(path_template); in mkstemp() local
234 return auto_file(file_); in mkstemp()
236 fs::unlink(file_); in mkstemp()
/src/contrib/kyua/engine/
H A Dexceptions.cpp69 engine::load_error::load_error(const fs::path& file_, in load_error() argument
71 error(F("Load of '%s' failed: %s") % file_ % reason_), in load_error()
72 file(file_), in load_error()
/src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h275 : file_(a_file), line_(a_line), index_(an_index), write_fd_(a_write_fd) {} in InternalRunDeathTestFlag()
281 const std::string& file() const { return file_; } in file()
287 std::string file_;
/src/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc678 file_(file), in WindowsDeathTest()
687 const char* const file_; member in testing::internal::WindowsDeathTest
783 "internal_run_death_test=" + file_ + "|" + StreamableToString(line_) + in AssumeRole()
838 file_(file), in FuchsiaDeathTest()
848 const char* const file_; member in testing::internal::FuchsiaDeathTest
976 kInternalRunDeathTestFlag + "=" + file_ + in AssumeRole()
1152 file_(file), in ExecDeathTest()
1167 const char* const file_; member in testing::internal::ExecDeathTest
1376 "internal_run_death_test=" + file_ + "|" + in AssumeRole()
/src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h243 : file_(a_file), line_(a_line), last_clause_(kNone) {} in UntypedOnCallSpecBase()
246 const char* file() const { return file_; } in file()
262 Assert(property, file_, line_, failure_message); in AssertSpecProperty()
268 Expect(property, file_, line_, failure_message); in ExpectSpecProperty()
271 const char* file_; variable
693 const char* file() const { return file_; } in file()
744 Assert(property, file_, line_, failure_message); in AssertSpecProperty()
750 Expect(property, file_, line_, failure_message); in ExpectSpecProperty()
845 const char* file_; // The file that contains the expectation. variable
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/
H A Dmv_files_common.kshlib83 cp /etc/passwd $1/file_$count \
/src/tests/sys/cddl/zfs/tests/mv_files/
H A Dmv_files_common.kshlib135 $CP /etc/passwd $1/file_$count \
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_block_size_histogram.ksh116 of=/${pool}/B_${this_rs}/file_${filenum} \
/src/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc85 : file_(a_file), in ExpectationBase()