Home
last modified time | relevance | path

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

/ndk/tests/abcc/jni/device/
DAbcc_device.cpp52 runCmd(cmd); in cleanupPost()
56 runCmd(cmd); in cleanupPost()
59 runCmd(cmd); in cleanupPost()
157 runCmd(cmd.c_str()); in getBitcodeFiles()
215 runCmd("cp -f " + libpath + " " + mWorkingDir + "/" + libname); in copyRuntime()
222 runCmd(std::string("rm -f ") + path); in removeIntermediateFile()
/ndk/tests/abcc/jni/
DAbcc.cpp177 runCmd(cmd, /*dump=*/true); in translate()
207 runCmd(os.str(), /*dump=*/true); in compile()
252 runCmd(cmd, /*dump=*/true); in link()
274 void BitcodeCompiler::runCmd(std::string cmd, bool dump) { in runCmd() function in BitcodeCompiler
DAbcc.h198 void runCmd(std::string cmd, bool dump = false);
/ndk/tests/abcc/jni/host/
DAbcc_host.cpp188 runCmd(std::string("rm -f ") + path); in removeIntermediateFile()