Home
last modified time | relevance | path

Searched defs:rawFileName (Results 1 – 5 of 5) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp274 const std::string &rawFileName) in GetRawFilePath()
286 RState HapParser::ReadRawFileFromHap(const std::string &hapPath, const std::string &rawFileName, si… in ReadRawFileFromHap()
313 RState HapParser::ReadRawFileDescriptor(const char *hapPath, const std::string &rawFileName, in ReadRawFileDescriptor()
/base/global/resource_management/frameworks/resmgr/src/
Dhap_manager.cpp759 RState HapManager::FindRawFileFromHap(const std::string &rawFileName, size_t &len, in FindRawFileFromHap()
786 RState HapManager::FindRawFileDescriptorFromHap(const std::string &rawFileName, in FindRawFileDescriptorFromHap()
804 RState HapManager::GetRawFd(const std::string &rawFileName, ResourceManager::RawFileDescriptor &des… in GetRawFd()
Dresource_manager_impl.cpp1369 RState ResourceManagerImpl::GetRawFileFromHap(const std::string &rawFileName, size_t &len, in GetRawFileFromHap()
1375 RState ResourceManagerImpl::GetRawFileDescriptorFromHap(const std::string &rawFileName, RawFileDesc… in GetRawFileDescriptorFromHap()
/base/global/resource_management/interfaces/cj/src/
Dresource_manager_impl.cpp57 int32_t ResourceManagerImpl::GetRawFd(const std::string &rawFileName, in GetRawFd()
Dresource_manager_ffi.cpp79 int32_t CJ_GetRawFd(int64_t id, const char* rawFileName, ResourceManager::RawFileDescriptor &descri… in CJ_GetRawFd()