Home
last modified time | relevance | path

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

/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/
H A Dringtone_fetch_result_test.cpp42 const string SLASH_STR = "/"; member
168 static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR + in HWTEST_F()
210 static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR + in HWTEST_F()
222 static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR + in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp495 string srcSubPath = srcPath + SLASH_STR + (entry->d_name); in CopyDirAndDelSrc()
496 string destSubPath = destPath + SLASH_STR + (entry->d_name); in CopyDirAndDelSrc()
523 CopyDirAndDelSrc(dirPath, ROOT_MEDIA_DIR + MEDIALIBRARY_TEMP_DIR + SLASH_STR + suffixName); in BackupPhotoDir()
529 string recoverPath = ROOT_MEDIA_DIR + MEDIALIBRARY_TEMP_DIR + SLASH_STR + PHOTO_BUCKET; in RecoverMediaTempDir()
543 std::string fullPath = recoverPath + SLASH_STR + entry->d_name; in RecoverMediaTempDir()
H A Dmedia_file_uri.cpp434 if (MediaFileUtils::StartsWith(path, SLASH_STR)) { in RemovePrecedSlash()
435 path = path.substr(SLASH_STR.size()); in RemovePrecedSlash()
/foundation/multimedia/ringtone_library/test/unittest/ringtone_test/src/
H A Dringtone_unittest.cpp52 const string SLASH_STR = "/"; member
636 values.Put(RINGTONE_COLUMN_DATA, static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR + in HWTEST_F()
673 values.Put(RINGTONE_COLUMN_DATA, static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR + in HWTEST_F()
710 values.Put(RINGTONE_COLUMN_DATA, static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR + in HWTEST_F()
721 valuesInsert.Put(RINGTONE_COLUMN_DATA, static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR + in HWTEST_F()
759 values.Put(RINGTONE_COLUMN_DATA, static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR + in HWTEST_F()
770 valuesInsert.Put(RINGTONE_COLUMN_DATA, static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR + in HWTEST_F()
808 values.Put(RINGTONE_COLUMN_DATA, static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR + in HWTEST_F()
841 valuesInsert.Put(RINGTONE_COLUMN_DATA, static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR + in HWTEST_F()
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedialibrary_type_const.h210 const std::string SLASH_STR = "/"; member

Completed in 9 milliseconds