Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Duri_helper.cpp146 rawFileUri_ = formattedUri_; in FormatMeForUri()
147 if (rawFileUri_.size() > strlen("file://")) { in FormatMeForUri()
148 rawFileUri_ = rawFileUri_.substr(strlen("file://")); in FormatMeForUri()
216 int ret = access(rawFileUri_.data(), static_cast<int>(mode)); in AccessCheck()
218 "Fail to access path: %{public}s", rawFileUri_.data()); in AccessCheck()
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/
H A Duri_helper.h61 std::string_view rawFileUri_ = ""; variable