Searched refs:imageRealPath (Results 1 – 3 of 3) sorted by relevance
23 fd(0), isFinal(true), pictureId(0), taskCode(E_SCAN_GOOD), imageRealPath("") in ScanProgress()34 imageRealPath = right.imageRealPath; in ScanProgress()46 imageRealPath = right.imageRealPath; in operator =()84 void ScanProgress::SetImageRealPath(const std::string& imageRealPath) in SetImageRealPath() argument86 this->imageRealPath = imageRealPath; in SetImageRealPath()122 return imageRealPath; in GetImageRealPath()
40 void SetImageRealPath(const std::string& imageRealPath);63 std::string imageRealPath; variable
966 string imageRealPath = imageFileUri.GetRealPath(); in GetSandboxMovingPhotoTime() local968 if (stat(imageRealPath.c_str(), &imageStatInfo) != 0) { in GetSandboxMovingPhotoTime()