Home
last modified time | relevance | path

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

/ndk/tests/abcc/jni/
DAbcc.cpp63 mOutPath = stem; // If shared, we will add .so after readWrapper in BitcodeInfo()
237 cmd += " -shared " + bc.mObjPath + " -o " + bc.mOutPath; in link()
241 cmd += " " + bc.mObjPath + " -o " + bc.mOutPath; in link()
244 cmd += " " + bc.mObjPath + " -o " + bc.mOutPath; in link()
DAbcc.h132 std::string mOutPath; variable
/ndk/tests/abcc/jni/host/
DAbcc_host.cpp78 info.mOutPath += ".so"; in parseLDFlags()
149 bcinfo.mOutPath = mOut; in getBitcodeFiles()
/ndk/tests/abcc/jni/device/
DAbcc_device.cpp87 info.mOutPath += ".so"; in parseLDFlags()