Home
last modified time | relevance | path

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

/external/tremolo/tests/
DVorbisDecoderTestEnvironment.h28 VorbisDecoderTestEnvironment() : res("/data/local/tmp/"), deleteOutput(true) {} in VorbisDecoderTestEnvironment()
37 bool cleanUp() const { return deleteOutput; } in cleanUp()
41 bool deleteOutput; variable
63 deleteOutput = false; in initFromOptions()
/external/sonivox/test/
DSonivoxTestEnvironment.h28 SonivoxTestEnvironment() : res("/data/local/tmp/"), deleteOutput(true){} in SonivoxTestEnvironment()
37 bool cleanUp() const { return deleteOutput; } in cleanUp()
41 bool deleteOutput; variable
63 deleteOutput = false; in initFromOptions()