Searched refs:LoadResTable (Results 1 – 3 of 3) sorted by relevance
33 …uint32_t LoadResTable(const std::string path, std::map<int32_t, std::vector<ResourceItem>> &resInf…
101 uint32_t ResourceTable::LoadResTable(const string path, map<int32_t, vector<ResourceItem>> &resInfo… in LoadResTable() function in OHOS::Global::Restool::ResourceTable
393 if (resourceTable.LoadResTable(path, resInfoLocal) != RESTOOL_SUCCESS) { in HandleFeature()