Home
last modified time | relevance | path

Searched refs:tempPath_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dmpeg_manager.cpp88 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()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/media_manager/
H A Dmpeg_manager.h58 std::string tempPath_; variable