Searched refs:relative_path (Results 1 - 25 of 52) sorted by relevance

123

/netbsd-current/external/bsd/kyua-cli/dist/engine/drivers/
H A Ddebug_test.cpp76 if (!filter.matches_test_program(test_program->relative_path()))
85 if (filter.matches_test_case(test_program->relative_path(),
142 test_case->container_test_program().relative_path(),
H A Dlist_tests.cpp65 if (filters.match_test_case(program.relative_path(), tc->name()))
103 if (!filters.match_test_program(test_program->relative_path()))
H A Drun_tests.cpp119 LI(F("Processing test program '%s'") % program.relative_path());
127 if (!filters.match_test_case(program.relative_path(),
196 if (!filters.match_test_program(test_program->relative_path()))
H A Dlist_tests_test.cpp86 test_case.container_test_program().relative_path() %
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile_test.cpp105 ATF_REQUIRE_EQ(fs::path("1st"), suite.test_programs()[0]->relative_path());
109 ATF_REQUIRE_EQ(fs::path("2nd"), suite.test_programs()[1]->relative_path());
113 ATF_REQUIRE_EQ(fs::path("3rd"), suite.test_programs()[2]->relative_path());
117 ATF_REQUIRE_EQ(fs::path("4th"), suite.test_programs()[3]->relative_path());
122 suite.test_programs()[4]->relative_path());
127 suite.test_programs()[5]->relative_path());
150 ATF_REQUIRE_EQ(fs::path("1st"), suite.test_programs()[0]->relative_path());
160 ATF_REQUIRE_EQ(fs::path("2nd"), suite.test_programs()[1]->relative_path());
194 ATF_REQUIRE_EQ(fs::path("one"), suite.test_programs()[0]->relative_path());
197 suite.test_programs()[1]->relative_path());
[all...]
H A Dtest_program.hpp74 const utils::fs::path& relative_path(void) const;
H A Dtest_program_test.cpp87 ATF_REQUIRE_EQ(fs::path("binary"), test_program.relative_path());
104 test_case->container_test_program().relative_path());
130 test_cases[0]->container_test_program().relative_path());
H A Dtest_program.cpp301 engine::test_program::relative_path(void) const function in class:engine::test_program
368 relative_path());
480 % text::quote(object.relative_path().str(), '\'')
/netbsd-current/external/gpl3/gdb/dist/contrib/
H A Dmklog.py169 relative_path = file.path[len(changelog):].lstrip('/')
173 out += '\t* %s: %s.\n' % (relative_path, msg)
175 out += '\t* %s: Removed.\n' % (relative_path)
177 out += '\t* %s: Moved to...\n' % (relative_path)
188 extension = os.path.splitext(relative_path)[1]
216 out += '\t* %s (%s):\n' % (relative_path, functions[0])
220 out += '\t* %s:\n' % relative_path
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dmklog.py141 def append_changelog_line(out, relative_path, text):
142 line = f'\t* {relative_path}:'
238 relative_path = get_rel_path_if_prefixed(file.path, changelog)
242 out = append_changelog_line(out, relative_path, msg)
244 out = append_changelog_line(out, relative_path, 'Removed.')
251 relative_path = get_rel_path_if_prefixed(file.source_file[2:],
253 out = append_changelog_line(out, relative_path, 'Moved to...')
258 out += '\t* %s: Regenerate.\n' % (relative_path)
259 append_changelog_line(out, relative_path, 'Regenerate.')
264 extension = os.path.splitext(relative_path)[
[all...]
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Drelocate.cpp216 char *relative_path = (char *)path + INSTALLPATHLEN; local
217 size_t relative_path_len = strlen(relative_path);
220 strcat(relocated_path, relative_path);
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dmklog.py213 relative_path = file.path[len(changelog):].lstrip('/')
217 out += '\t* %s: %s.\n' % (relative_path, msg)
219 out += '\t* %s: Removed.\n' % (relative_path)
221 out += '\t* %s: Moved to...\n' % (relative_path)
229 out += '\t* %s: Regenerate.\n' % (relative_path)
234 extension = os.path.splitext(relative_path)[1]
271 out += '\t* %s (%s):\n' % (relative_path, functions[0])
275 out += '\t* %s:\n' % relative_path
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h95 // Given directory = "dir", relative_path = "test.xml",
99 const FilePath& relative_path);
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dpkg_io.c305 int relative_path; local
323 relative_path = !IS_FULLPATH(start) && !IS_URL(start);
326 relative_path ? cwd : "", len && relative_path ? "/" : "",
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc193 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml".
196 const FilePath& relative_path) {
198 return relative_path;
200 return FilePath(dir.string() + kPathSeparator + relative_path.string());
195 ConcatPaths(const FilePath& directory, const FilePath& relative_path) argument
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_proxy.c424 char *relative_path; local
458 relative_path = concatenate(MAIL_CLASS_PRIVATE "/",
460 if (access(relative_path, F_OK) == 0)
470 myfree(relative_path);
/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.y265 %type <pth> path label_path relative_path
1345 relative_path: label
1360 relative_path
1362 | '(' relative_path ',' relative_path ')'
1368 | ORDINAL LAST object_type relative_path
1374 | LAST object_type relative_path
1380 | ORDINAL object_type relative_path
1386 | LABEL relative_path
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp170 path::append(CacheDst, path::relative_path(Paths.CopyFrom));
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_loopfilter.c137 static char relative_path[PATH_MAX + 1]; /* relative path per recursive make */ variable
217 (void)strncpy(relative_path, __FILE__, PATH_MAX);
218 for (this_file=relative_path;
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dmigrate_v1_v2.sql55 -- * Added missing column affinities to the absolute_path and relative_path
101 relative_path TEXT NOT NULL,
108 root, relative_path, test_suite_name,
110 SELECT test_program_id, action_id, absolute_path, root, relative_path,
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DExperiment.h268 int hide_msg, const char *common_archive, int relative_path = 0);
270 char *common_archive = NULL, int relative_path = 0);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DExperiment.h268 int hide_msg, const char *common_archive, int relative_path = 0);
270 char *common_archive = NULL, int relative_path = 0);
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report.cpp211 result_data(iter.test_program()->relative_path(),
H A Dcommon.cpp330 return F("%s:%s") % test_case.container_test_program().relative_path() %
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h284 StringRef relative_path(StringRef path, Style style = Style::native);
414 /// relative_path != ""

Completed in 171 milliseconds

123