Home
last modified time | relevance | path

Searched defs:suffixName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dimage.cpp148 const char* suffixName = ".bin"; in SetLiteSrc() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp745 std::string suffixName = bundleName; in CleanBundleDataForEl2() local
876 std::string suffixName = bundleName; in CleanBundleDataDirByName() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp523 string suffixName = dirPath.substr(ROOT_MEDIA_DIR.length()); in BackupPhotoDir() local
551 string suffixName = fullPath.substr((recoverPath).length()); in RecoverMediaTempDir() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1583 std::string suffixName = bundleName; in CleanBundleCacheTask() local
1649 void BundleMgrHostImpl::GetAppCachePaths(const std::string &suffixName, in GetAppCachePaths()