Searched refs:cloneFilePath (Results 1 – 1 of 1) sorted by relevance
501 string cloneFilePath(cacheDir); in compile() local502 cloneFilePath.append("/"); in compile()503 cloneFilePath.append(cloneName.c_str()); in compile()504 cloneFilePath.append(".so"); in compile()505 unlink(cloneFilePath.c_str()); in compile()