Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/
DSimpleScriptExec.h33 static bool checkPythonEnv();
DSimpleScriptExec.cpp28 bool SimpleScriptExec::checkPythonEnv() in checkPythonEnv() function in SimpleScriptExec
/cts/suite/audio_quality/test/
DSimpleScriptExecTest.cpp27 ASSERT_TRUE(SimpleScriptExec::checkPythonEnv()); in TEST_F()