Searched refs:localDirPath (Results 1 – 1 of 1) sorted by relevance
242 … string localDirPath = GetReplacedPathByPrefixType(PrefixType::CLOUD, PrefixType::LOCAL, dirPath); in CreateAssetPathById() local243 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()