Searched refs:tempPath_ (Results 1 – 2 of 2) sorted by relevance
88 remove(tempPath_.c_str()); in ~MpegManager()90 int ret = rename(outPath_.c_str(), tempPath_.c_str()); in ~MpegManager()93 outPath_.c_str(), tempPath_.c_str(), ret); in ~MpegManager()95 … DP_INFO_LOG("rename %{public}s to %{public}s success.", outPath_.c_str(), tempPath_.c_str()); in ~MpegManager()232 tempPath_ = path; in GetFileFd()
58 std::string tempPath_; variable