Searched refs:binFile (Results 1 – 2 of 2) sorted by relevance
58 for binFile in binFiles:59 print("Removing %s" % os.path.join(dstPath, binFile))60 os.remove(os.path.join(dstPath, binFile))
23 val binFile = clz.classLoader.getResourceAsStream("DebugProbesKt.bin")!! in testClassFileContent() constant24 val binContent = binFile.readBytes() in testClassFileContent()