Searched refs:bakPath (Results 1 – 1 of 1) sorted by relevance
1617 string bakPath = GetTmpDir() + LOG_BAK_NAME; in RemoveLogFile() local1619 unlink(bakPath.c_str()); in RemoveLogFile()1620 rename(path.c_str(), bakPath.c_str()); in RemoveLogFile()