Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_manager_test.cpp627 std::string rawFileName = ""; variable
647 std::string rawFileName = "/test"; variable
669 std::string rawFileName = ""; variable
689 std::string rawFileName = "/test"; variable
711 std::string rawFileName = ""; variable
732 std::string rawFileName = ""; variable
/base/global/resource_management/frameworks/resmgr/src/
Dhap_parser.cpp229 const std::string &rawFileName) in GetRawFilePath()
242 const std::string &rawFileName, size_t &len, std::unique_ptr<uint8_t[]> &outValue) in ReadRawFileFromHap()
280 …xtractor(const char *hapPath, const char *patchPath, char *outPath, const std::string &rawFileName, in GetExtractor()
314 …::ReadRawFileDescriptor(const char *hapPath, const char *patchPath, const std::string &rawFileName, in ReadRawFileDescriptor()
Dhap_manager.cpp838 RState HapManager::FindRawFileFromHap(const std::string &rawFileName, size_t &len, in FindRawFileFromHap()
869 RState HapManager::FindRawFileDescriptorFromHap(const std::string &rawFileName, in FindRawFileDescriptorFromHap()
887 RState HapManager::GetRawFd(const std::string &rawFileName, ResourceManager::RawFileDescriptor &des… in GetRawFd()
Dresource_manager_impl.cpp1652 RState ResourceManagerImpl::GetRawFileFromHap(const std::string &rawFileName, size_t &len, in GetRawFileFromHap()
1658 RState ResourceManagerImpl::GetRawFileDescriptorFromHap(const std::string &rawFileName, RawFileDesc… in GetRawFileDescriptorFromHap()
/base/global/resource_management/interfaces/cj/src/
Dresource_manager_impl.cpp77const std::string &rawFileName, Global::Resource::ResourceManager::RawFileDescriptor &descriptor) in GetRawFd()
Dresource_manager_ffi.cpp114 int32_t CJ_GetRawFd(int64_t id, const char* rawFileName, ResourceManager::RawFileDescriptor &descri… in CJ_GetRawFd()