Searched refs:tmp_mpconf (Results 1 – 1 of 1) sorted by relevance
3576 int mpconf, tmp_mpconf, bytes_left, write_offset; in MP_DeregisterPlugin() local3641 if ((tmp_mpconf = open(tmp_mpConfFilePath, in MP_DeregisterPlugin()3646 if (write(tmp_mpconf, mpconf_buf, write_offset) != write_offset) { in MP_DeregisterPlugin()3647 close(tmp_mpconf); in MP_DeregisterPlugin()3651 if (pwrite(tmp_mpconf, mpconf_buf + (stbuf.st_size - bytes_left), in MP_DeregisterPlugin()3653 close(tmp_mpconf); in MP_DeregisterPlugin()3657 close(tmp_mpconf); in MP_DeregisterPlugin()