Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sceneview.cpp108 bool SetOhosPath(const std::string& uri, std::string& ohosPath) in SetOhosPath() argument
110 if (GetResourceId(uri, ohosPath)) { in SetOhosPath()
111 ohosPath = "OhosRawFile://" + ohosPath; in SetOhosPath()
117 ohosPath = "OhosRawFile://" + std::to_string(resId); in SetOhosPath()
121 if (GetResourceName(uri, ohosPath)) { in SetOhosPath()
122 ohosPath = "OhosRawFile://" + ohosPath; in SetOhosPath()
126 ohosPath = "file://" + uri; in SetOhosPath()
285 std::string ohosPath(""); in Create()
[all...]

Completed in 1 milliseconds