Home
last modified time | relevance | path

Searched defs:srcRepo (Results 1 – 4 of 4) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/ExternalProject/
H A DFetchGitRefs.cmake5 set(srcRepo ${CMAKE_CURRENT_BINARY_DIR}/srcRepo) variable
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/ExternalProject/
H A DFetchGitRefs.cmake5 set(srcRepo ${CMAKE_CURRENT_BINARY_DIR}/srcRepo) variable
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/ExternalProject/
H A DFetchGitRefs.cmake5 set(srcRepo ${CMAKE_CURRENT_BINARY_DIR}/srcRepo) variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/director/
H A DDirectorApplicationTest.java72 …private String[] getSingleRepoUninstallArgs(String message, File srcRepo, File destinationRepo, St… in getSingleRepoUninstallArgs()
759 File srcRepo = getTestData("14.0", "/testData/mirror/mirrorSourceRepo4"); in testUninstallIgnoresPassedInRepos() local