Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_args.cpp89 std::u16string coreLibPathVal; in ReadFromParcel() local
90 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, coreLibPathVal); in ReadFromParcel()
91 coreLibPath = Str16ToStr8(coreLibPathVal); in ReadFromParcel()