Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp62 …const std::string execString = "fakebinaryname " + argString; // convert argument list to full com… in GLConfigParser() local
64 if (!parse(execString)) in GLConfigParser()
/third_party/python/Lib/
Dturtle.py324 execString = \
326 exec(execString, d)