Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_args.cpp35 std::u16string hapPathVal; in ReadFromParcel() local
36 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, hapPathVal); in ReadFromParcel()
37 hapPath = Str16ToStr8(hapPathVal); in ReadFromParcel()
86 std::u16string hapPathVal; in ReadFromParcel() local
87 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, hapPathVal); in ReadFromParcel()
88 hapPath = Str16ToStr8(hapPathVal); in ReadFromParcel()