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

/fuchsia/zircon/system/ulib/runtests-utils/
H A Druntests-utils.cpp254 const fbl::String test_path = runtests::JoinPath(abs_test_dir, test_name); local
255 if (stat(test_path.c_str(), &st) != 0 || !S_ISREG(st.st_mode)) {
258 test_paths->push_back(test_path);
296 for (const fbl::String& test_path : test_paths) {
303 output_dir_for_test_str = runtests::JoinPath(output_dir, test_path);
315 argv.push_back(test_path.c_str());
332 test_path.c_str());
/fuchsia/zircon/system/utest/runtests-utils/
H A Druntests-utils-test-utils.cpp123 // test at |test_path|, setting |output_file_rel_path| as its value if
127 const fbl::StringPiece& test_path,
133 fbl::String dir_of_test_output = JoinPath(output_dir, test_path);
154 *output_file_rel_path = JoinPath(test_path, output_file_name);
126 GetOutputFileRelPath(const fbl::StringPiece& output_dir, const fbl::StringPiece& test_path, fbl::String* output_file_rel_path) argument
H A Druntests-utils-test-utils.h150 // test at |test_path|, setting |output_file_rel_path| as its value if
154 const fbl::StringPiece& test_path,

Completed in 80 milliseconds