Home
last modified time | relevance | path

Searched refs:tempUrlPath (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp140 std::string tempUrlPath; in GetRealPath() local
143 tempUrlPath = url.substr(fileHead.size()); in GetRealPath()
145 tempUrlPath = url; in GetRealPath()
147 FALSE_RETURN_V_MSG_E(tempUrlPath.find("..") == std::string::npos, MSERR_FILE_ACCESS_FAILED, in GetRealPath()
148 "invalid url. The Url (%{private}s) path may be invalid.", tempUrlPath.c_str()); in GetRealPath()
149 bool ret = PathToRealPath(tempUrlPath, realUrlPath); in GetRealPath()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp203 std::string tempUrlPath; in GetRealPath() local
206 tempUrlPath = url.substr(fileHead.size()); in GetRealPath()
208 tempUrlPath = url; in GetRealPath()
210 if (tempUrlPath.find("..") != std::string::npos) { in GetRealPath()
213 bool ret = PathToRealPath(tempUrlPath, realUrlPath); in GetRealPath()

Completed in 6 milliseconds