Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dnodedevmdevctltest.c225 virBuffer xmloutbuf = VIR_BUFFER_INITIALIZER; in testMdevctlParse() local
242 virBufferAddStr(&xmloutbuf, devxml); in testMdevctlParse()
245 if (virTestCompareToFileFull(virBufferCurrentContent(&xmloutbuf), xmloutfile, false) < 0) in testMdevctlParse()
251 virBufferFreeAndReset(&xmloutbuf); in testMdevctlParse()