Searched refs:skipped_cookie_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler.cpp376 /// \param skipped_cookie_path File to create with the skip reason details
379 do_requirements_check(const fs::path& skipped_cookie_path) argument
391 std::ofstream output(skipped_cookie_path.c_str());
394 skipped_cookie_path).str().c_str());
1174 const fs::path skipped_cookie_path = handle.control_directory() / local
1176 std::ifstream input(skipped_cookie_path.c_str());

Completed in 187 milliseconds