Home
last modified time | relevance | path

Searched refs:localDirPath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp242 … string localDirPath = GetReplacedPathByPrefixType(PrefixType::CLOUD, PrefixType::LOCAL, dirPath); in CreateAssetPathById() local
243 if (!MediaFileUtils::IsFileExists(localDirPath)) { in CreateAssetPathById()
244 bool ret = MediaFileUtils::CreateDirectory(localDirPath); in CreateAssetPathById()
248 MEDIA_ERR_LOG("Create Dir Failed! localDirPath=%{private}s", localDirPath.c_str()); in CreateAssetPathById()