Searched refs:tmp_mpConfFilePath (Results 1 – 1 of 1) sorted by relevance
3579 tmp_mpConfFilePath[MAX_NAME_SIZE + sizeof(pid_t)]; in MP_DeregisterPlugin() local3639 (void) snprintf(tmp_mpConfFilePath, MAX_NAME_SIZE, in MP_DeregisterPlugin()3642 if ((tmp_mpconf = open(tmp_mpConfFilePath, in MP_DeregisterPlugin()3662 if (rename(tmp_mpConfFilePath, mpConfFilePath) != 0) { in MP_DeregisterPlugin()