Searched refs:errPath (Results 1 – 1 of 1) sorted by relevance
344 std::string errPath = std::string(UPDATE_INSTALL_DIR) + "/" + hmpName; in OnHmpError() local345 if (!CheckPathExists(errPath)) { in OnHmpError()349 if (!ForceRemoveDirectory(errPath)) { in OnHmpError()350 LOG(ERROR) << "Failed to remove " << errPath; in OnHmpError()