Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_args.cpp91 coreLibPath = Str16ToStr8(coreLibPathVal); in ReadFromParcel()
134 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(coreLibPath)); in Marshalling()
171 + ", coreLibPath = " + coreLibPath in ToString()
H A Daot_handler.cpp156 aotArgs.coreLibPath = Constants::EMPTY_STRING; in BuildAOTArgs()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_args.h42 std::string coreLibPath; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp702 aotArgs.coreLibPath = "coreLibPath";
719 EXPECT_EQ(aotArgsPtr->coreLibPath, aotArgs.coreLibPath);
1124 aotArgs.coreLibPath = "coreLibPath";