Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/scripts/
H A Dmake_release.py313 def makeFileCopyGroup (srcDir, dstDir, includePatterns, excludePatterns=[]): function
378 makeFileCopyGroup ("targets", "src/targets", TARGET_PATTERNS),
379 makeFileCopyGroup ("execserver", "src/execserver", SRC_FILE_PATTERNS),
380 makeFileCopyGroup ("executor", "src/executor", SRC_FILE_PATTERNS),
382 makeFileCopyGroup ("external", "src/external", ["CMakeLists.txt", "*.py"]),
385 makeFileCopyGroup ("doc/testlog-stylesheet", "doc/testlog-stylesheet", ["*"]),
389 makeFileCopyGroup ("framework/delibs", "src/framework/delibs", SRC_FILE_PATTERNS),
390 makeFileCopyGroup ("framework/common", "src/framework/common", SRC_FILE_PATTERNS),
391 makeFileCopyGroup ("framework/qphelper", "src/framework/qphelper", SRC_FILE_PATTERNS),
392 makeFileCopyGroup ("framewor
[all...]

Completed in 1 milliseconds