From 87e0773459a0eda34e55f53c0159cd32500e8fdc Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Mon, 29 Feb 2016 10:25:09 +0900 Subject: [PATCH] [webAPI] apply directory migration Change-Id: Ibe2526d6c2edcea6f248faf8f1a9f21d9e91b4b5 --- src/common/filesystem/filesystem_provider_storage.h | 2 +- src/exif/exif_util.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/filesystem/filesystem_provider_storage.h b/src/common/filesystem/filesystem_provider_storage.h index 34a996e3..133f8010 100644 --- a/src/common/filesystem/filesystem_provider_storage.h +++ b/src/common/filesystem/filesystem_provider_storage.h @@ -49,7 +49,7 @@ class FilesystemProviderStorage : public IFilesystemProvider { /** * For given storage_id try to get paths for virtual paths. * For example for storage_id (which has type INTERNAL) it will - * add to storages virtual paths: downloads with real path /opt/usr/media/Downloads + * add to storages virtual paths: downloads with real path TZ_USER_DOWNLOADS */ DeviceChangeStateFun listener_; Storages storages_; diff --git a/src/exif/exif_util.cc b/src/exif/exif_util.cc index 6a703d63..3669b37f 100755 --- a/src/exif/exif_util.cc +++ b/src/exif/exif_util.cc @@ -214,8 +214,8 @@ const std::string& ExifUtil::exposureProgramToString(ExposureProgram value) { } // Example: -// in: uri = file:///opt/usr/media/Images/exif.jpg -// out: path = /opt/usr/media/Images/exif.jpg +// in: uri = file://TZ_USER_IMAGES/exif.jpg +// out: path = TZ_USER_IMAGES/exif.jpg std::string ExifUtil::convertUriToPath(const std::string& str) { std::string path = ltrim(str); std::string prefix = path.substr(0, URI_PREFIX.size()); -- 2.34.1