Home
last modified time | relevance | path

Searched refs:suffixName (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dimage.cpp148 const char* suffixName = ".bin"; in SetLiteSrc() local
149 size_t strLen = strlen(src) + strlen(suffixName) + 1; in SetLiteSrc()
160 if (strcat_s(imagePath, strLen, suffixName) != EOK) { // The format is xxx.xxx.bin in SetLiteSrc()
172 if (strcat_s(imagePath, strLen, suffixName) != EOK) { // The format is xxx.bin in SetLiteSrc()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp521 string suffixName = dirPath.substr(ROOT_MEDIA_DIR.length()); in BackupPhotoDir() local
523 CopyDirAndDelSrc(dirPath, ROOT_MEDIA_DIR + MEDIALIBRARY_TEMP_DIR + SLASH_STR + suffixName); in BackupPhotoDir()
549 string suffixName = fullPath.substr((recoverPath).length()); in RecoverMediaTempDir() local
550 CopyDirAndDelSrc(fullPath, ROOT_MEDIA_DIR + PHOTO_BUCKET + suffixName); in RecoverMediaTempDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp743 std::string suffixName = bundleName; in CleanBundleDataForEl2() local
745 suffixName = BundleCloneCommonHelper::GetCloneDataDir(bundleName, appIndex); in CleanBundleDataForEl2()
749 std::string databaseDir = dataDir + ServiceConstants::DATABASE + suffixName; in CleanBundleDataForEl2()
753 std::string logDir = dataDir + ServiceConstants::LOG + suffixName; in CleanBundleDataForEl2()
757 std::string bundleDataDir = dataDir + ServiceConstants::BASE + suffixName; in CleanBundleDataForEl2()
874 std::string suffixName = bundleName; in CleanBundleDataDirByName() local
883 suffixName = BundleCloneCommonHelper::GetCloneDataDir(bundleName, appIndex); in CleanBundleDataDirByName()
885 std::string bundleDataDir = GetBundleDataDir(el, userid) + ServiceConstants::BASE + suffixName; in CleanBundleDataDirByName()
889 std::string databaseDir = GetBundleDataDir(el, userid) + ServiceConstants::DATABASE + suffixName; in CleanBundleDataDirByName()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1540 std::string suffixName = bundleName; in CleanBundleCacheTask() local
1542 suffixName = BundleCloneCommonHelper::GetCloneDataDir(bundleName, appIndex); in CleanBundleCacheTask()
1549 ServiceConstants::PATH_SEPARATOR + std::to_string(userId) + ServiceConstants::BASE + suffixName; in CleanBundleCacheTask()

Completed in 16 milliseconds