Home
last modified time | relevance | path

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

/ndk/tests/abcc/jni/device/
DAbcc_device.cpp58 runCmd(cmd); in cleanupPost()
62 runCmd(cmd); in cleanupPost()
65 runCmd(cmd); in cleanupPost()
167 runCmd(cmd.c_str()); in getBitcodeFiles()
229 runCmd("cp -f " + libpath + " " + mWorkingDir + "/" + libname); in copyRuntime()
236 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()
259 runCmd(cmd, /*dump=*/true); in link()
281 void BitcodeCompiler::runCmd(std::string cmd, bool dump) { in runCmd() function in BitcodeCompiler
DAbcc.h206 void runCmd(std::string cmd, bool dump = false);
/ndk/tests/abcc/jni/host/
DAbcc_host.cpp191 runCmd(std::string("rm -f ") + path); in removeIntermediateFile()