Home
last modified time | relevance | path

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

/external/deqp/scripts/
Dmake_release.py311 def makeFileCopyGroup (srcDir, dstDir, includePatterns, excludePatterns=[]): function
376 makeFileCopyGroup ("targets", "src/targets", TARGET_PATTERNS),
377 makeFileCopyGroup ("execserver", "src/execserver", SRC_FILE_PATTERNS),
378 makeFileCopyGroup ("executor", "src/executor", SRC_FILE_PATTERNS),
380 makeFileCopyGroup ("external", "src/external", ["CMakeLists.txt", "*.py"]),
383 makeFileCopyGroup ("doc/testlog-stylesheet", "doc/testlog-stylesheet", ["*"]),
387 makeFileCopyGroup ("framework/delibs", "src/framework/delibs", SRC_FILE_PATTERNS),
388 makeFileCopyGroup ("framework/common", "src/framework/common", SRC_FILE_PATTERNS),
389 makeFileCopyGroup ("framework/qphelper", "src/framework/qphelper", SRC_FILE_PATTERNS),
390 makeFileCopyGroup ("framework/platform", "src/framework/platform", SRC_FILE_PATTERNS),
[all …]