Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/scripts/
Dbuild_spirv_binaries.py58 for binFile in binFiles:
59 print("Removing %s" % os.path.join(dstPath, binFile))
60 os.remove(os.path.join(dstPath, binFile))
/external/kotlinx.coroutines/integration-testing/src/debugAgentTest/kotlin/
DPrecompiledDebugProbesTest.kt23 val binFile = clz.classLoader.getResourceAsStream("DebugProbesKt.bin")!! in testClassFileContent() constant
24 val binContent = binFile.readBytes() in testClassFileContent()