Searched refs:legacyPath (Results 1 – 1 of 1) sorted by relevance
69 std::string legacyPath(mRawPath + "/android_secure"); in initAsecStage() local73 if (!access(legacyPath.c_str(), R_OK | X_OK) && access(securePath.c_str(), R_OK | X_OK)) { in initAsecStage()74 if (rename(legacyPath.c_str(), securePath.c_str())) { in initAsecStage()