Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile.cpp255 const fs::path& raw_path, in callback_test_program() argument
259 if (raw_path.is_absolute()) in callback_test_program()
261 "program '%s'") % raw_path); in callback_test_program()
262 else if (raw_path.str() != raw_path.leaf_name()) in callback_test_program()
264 "components") % raw_path); in callback_test_program()
267 raw_path); in callback_test_program()