HomeSort by relevance Sort by last modified time
    Searched refs:PYTHON_PATH (Results 1 - 4 of 4) sorted by null

  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.h 31 static const char* PYTHON_PATH;
SimpleScriptExec.cpp 25 const char* SimpleScriptExec::PYTHON_PATH = "/usr/bin/python";
71 command.appendFormat("%s %s %s", PYTHON_PATH, script.string(), param.string());
SignalProcessingImpl.cpp 76 if (execl(SimpleScriptExec::PYTHON_PATH, SimpleScriptExec::PYTHON_PATH,
78 CHILD_LOGE("execl %s %s failed %d", SimpleScriptExec::PYTHON_PATH,
  /external/chromium_org/tools/win/split_link/
split_link.cc 20 #ifndef PYTHON_PATH
21 #error PYTHON_PATH must be defined to be the path to the python binary.
26 #define WPYTHON_PATH WIDEN(PYTHON_PATH)

Completed in 330 milliseconds