Searched refs:new_log (Results 1 – 2 of 2) sorted by relevance
938 new_log = open(new_log_path)939 old_log.write(new_log.read())940 new_log.close()
1582 void *new_log; in __add_log_sample() local1594 new_log = realloc(iolog->log, new_size); in __add_log_sample()1595 if (!new_log) { in __add_log_sample()1600 iolog->log = new_log; in __add_log_sample()