Searched refs:cloneFilePath (Results 1 – 1 of 1) sorted by relevance
561 string cloneFilePath(cacheDir); in compile() local562 cloneFilePath.append("/"); in compile()563 cloneFilePath.append(cloneName.c_str()); in compile()564 cloneFilePath.append(".so"); in compile()565 unlink(cloneFilePath.c_str()); in compile()