Searched refs:SLASH_STR (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/ |
H A D | ringtone_fetch_result_test.cpp | 42 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 D | media_file_utils.cpp | 495 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 D | media_file_uri.cpp | 434 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 D | ringtone_unittest.cpp | 52 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 D | medialibrary_type_const.h | 210 const std::string SLASH_STR = "/"; member
|
Completed in 9 milliseconds