Home
last modified time | relevance | path

Searched refs:SLASH_STR (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/
H A Dringtone_fetch_result_test.cpp42 const string SLASH_STR = "/"; variable
168 static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR +
210 static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR +
222 static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR +
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp497 string srcSubPath = srcPath + SLASH_STR + (entry->d_name); in CopyDirAndDelSrc()
498 string destSubPath = destPath + SLASH_STR + (entry->d_name); in CopyDirAndDelSrc()
525 CopyDirAndDelSrc(dirPath, ROOT_MEDIA_DIR + MEDIALIBRARY_TEMP_DIR + SLASH_STR + suffixName); in BackupPhotoDir()
531 string recoverPath = ROOT_MEDIA_DIR + MEDIALIBRARY_TEMP_DIR + SLASH_STR + PHOTO_BUCKET; in RecoverMediaTempDir()
545 std::string fullPath = recoverPath + SLASH_STR + entry->d_name; in RecoverMediaTempDir()
H A Dmedia_file_uri.cpp432 if (MediaFileUtils::StartsWith(path, SLASH_STR)) { in RemovePrecedSlash()
433 path = path.substr(SLASH_STR.size()); in RemovePrecedSlash()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedialibrary_type_const.h207 const std::string SLASH_STR = "/"; variable
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_test/src/
H A Dringtone_unittest.cpp52 const string SLASH_STR = "/"; variable