Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp282 int32_t moduleResPathsSize; in ReadFromParcel() local
283 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, moduleResPathsSize); in ReadFromParcel()
284 CONTAINER_SECURITY_VERIFY(parcel, moduleResPathsSize, &moduleResPaths); in ReadFromParcel()
285 for (auto i = 0; i < moduleResPathsSize; i++) { in ReadFromParcel()