Searched refs:GARBLE (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_utils.cpp | 59 return safePath.replace(0, CLOUD_PHOTO_PATH.length(), GARBLE); in GetSafePath() 61 safePath = safePath.replace(0, CLOUD_FILE_PATH.length(), GARBLE); in GetSafePath() 93 safeDisplayName = GARBLE + title.substr(length - GARBLE_LAST_ONE) + extension; in GetSafeDiaplayName() 95 safeDisplayName = GARBLE + title.substr(GARBLE_LARGE) + extension; in GetSafeDiaplayName() 97 safeDisplayName = GARBLE + title.substr(length - GARBLE_LAST_TWO) + extension; in GetSafeDiaplayName()
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | backup_file_utils.cpp | 186 path = filePath.substr(0, displayNameIndex).replace(0, UPGRADE_FILE_DIR.length(), GARBLE); in GarbleFilePath() 188 path = filePath.substr(0, displayNameIndex).replace(0, GARBLE_DUAL_FRAME_CLONE_DIR.length(), GARBLE); in GarbleFilePath() 190 path = filePath.substr(0, displayNameIndex).replace(0, cloneFilePath.length(), GARBLE); in GarbleFilePath() 192 path = filePath.substr(0, displayNameIndex).replace(0, OTHER_CLONE_PATH.length(), GARBLE); in GarbleFilePath() 194 path = filePath.substr(0, displayNameIndex).replace(0, OTHER_CLONE_PATH.length(), GARBLE); in GarbleFilePath() 215 if (titleIndex <= GARBLE.size() * GARBLE_UNIT) { in GarbleFileName() 218 return GARBLE + fileName.substr(GARBLE.size()); in GarbleFileName()
|
H A D | backup_database_utils.cpp | 333 garbledInfoName.replace(GARBLE_START, garbledSize, GARBLE); in GarbleInfoName()
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_const.h | 117 const std::string GARBLE = "*"; member
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | backup_const.h | 64 const std::string GARBLE = "***"; member
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
H A D | medialibrary_backup_test.cpp | 598 // name without extension and size <= GARBLE.size() * 2 in HWTEST_F() 606 EXPECT_EQ(ret.find(GARBLE), 0); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_rdbstore.cpp | 780 return GARBLE; in GetSelectColumns()
|
Completed in 16 milliseconds