Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_args.cpp95 std::u16string arkProfilePathVal; in ReadFromParcel() local
96 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, arkProfilePathVal); in ReadFromParcel()
97 arkProfilePath = Str16ToStr8(arkProfilePathVal); in ReadFromParcel()