Searched refs:moduleResPaths (Results 1 – 8 of 8) sorted by relevance
284 CONTAINER_SECURITY_VERIFY(parcel, moduleResPathsSize, &moduleResPaths); in ReadFromParcel()286 moduleResPaths.emplace_back(Str16ToStr8(parcel.ReadString16())); in ReadFromParcel()439 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, moduleResPaths.size()); in Marshalling()440 for (auto &moduleResPath : moduleResPaths) { in Marshalling()683 {BUNDLE_INFO_MODULE_RES_PATHS, bundleInfo.moduleResPaths}, in to_json()998 bundleInfo.moduleResPaths, in from_json()
143 std::vector<std::string> moduleResPaths; // the paths of all resources paths. member
389 if (bundleInfo.moduleResPaths.size() == 1) { in GetPackagePathByBms()390 info.moduleResPath = bundleInfo.moduleResPaths[0]; in GetPackagePathByBms()
494 if (bundleInfo.moduleResPaths.size() == 1) { in GerPackagePathByBms()495 info.moduleResPath = bundleInfo.moduleResPaths[0]; in GerPackagePathByBms()
444 bundleInfo.moduleResPaths.emplace_back("moduleResPaths");527 bundleInfo.moduleResPaths.emplace_back("moduleResPaths");
392 if (!bundleInfo.moduleResPaths.empty()) { in Init()393 resPath = bundleInfo.moduleResPaths[0]; in Init()
556 "moduleResPaths":[],1200 "moduleResPaths": [
2436 bundleInfo.moduleResPaths.emplace_back(info.second.moduleResPath); in GetBundleInfo()2484 bundleInfo.moduleResPaths.emplace_back(info.second.moduleResPath); in GetBundleInfoV9()