Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp319 std::string resourcesIndexPath = indexPath.substr(0, index); in FindRawFile() local
328 if (!PathCanonicalizeA(tmpPath, (resourcesIndexPath + "/resources/" + tempName).c_str())) { in FindRawFile()
332 if (realpath((resourcesIndexPath + "/resources/" + tempName).c_str(), tmpPath) == nullptr) { in FindRawFile()