Home
last modified time | relevance | path

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

/ndk/tests/abcc/jni/
DAbcc.cpp61 mTargetBCPath = stem + "-target.bc"; in BitcodeInfo()
173 LOGV("Translate bitcode: %s -> %s", bc.mBCPath.c_str(), bc.mTargetBCPath.c_str()); in translate()
176 cmd += " " + bc.mBCPath + " -o " + bc.mTargetBCPath; in translate()
191 LOGV("Compile bitcode: %s -> %s", bc.mTargetBCPath.c_str(), bc.mObjPath.c_str()); in compile()
197 << " " << bc.mTargetBCPath in compile()
216 removeIntermediateFile(bc.mTargetBCPath); in compile()
DAbcc.h122 std::string mTargetBCPath; variable