Searched refs:tempSuffix (Results 1 – 1 of 1) sorted by relevance
123 static const char *tempSuffix = ".tmp"; in SaveAndRename() local124 auto tmpOutPath = realOutPath_ + "." + std::to_string(getpid()) + "." + tempSuffix; in SaveAndRename()