Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h161 RState FindRawFile(const std::string &name, std::string &outValue);
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp304 RState HapManager::FindRawFile(const std::string &name, std::string &outValue) in FindRawFile() function in OHOS::Global::Resource::HapManager
771 HapManager::FindRawFile(rawFileName, filePath); in FindRawFileFromHap()
880 RState rState = HapManager::FindRawFile(name, paths); in FindRawFileDescriptor()
H A Dresource_manager_impl.cpp1070 return hapManager_->FindRawFile(name, outValue); in GetRawFilePathByName()