Searched refs:arkProfilePath (Results 1 - 7 of 7) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_args.cpp | 97 arkProfilePath = Str16ToStr8(arkProfilePathVal); in ReadFromParcel() 136 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(arkProfilePath)); in Marshalling() 173 + ", arkProfilePath = " + arkProfilePath in ToString()
|
H A D | aot_handler.cpp | 148 aotArgs.arkProfilePath = GetArkProfilePath(aotArgs.bundleName, aotArgs.moduleName); in BuildAOTArgs() 149 if (aotArgs.arkProfilePath.empty()) { in BuildAOTArgs() 319 std::string arkProfilePath; in DeleteArkAp() local 320 arkProfilePath.append(ServiceConstants::ARK_PROFILE_PATH).append(std::to_string(userId)) in DeleteArkAp() 323 std::string runtimeAp = arkProfilePath; in DeleteArkAp() 324 std::string mergedAp = arkProfilePath; in DeleteArkAp() 446 std::string arkProfilePath; in CopyApWithBundle() local 447 arkProfilePath.append(ServiceConstants::ARK_PROFILE_PATH).append(std::to_string(userId)) in CopyApWithBundle() 451 std::string mergedAp = arkProfilePath + PGO_MERGED_AP_PREFIX + moduleName + ServiceConstants::AP_SUFFIX; in CopyApWithBundle() 452 std::string rtAp = arkProfilePath in CopyApWithBundle() [all...] |
H A D | aot_executor.cpp | 90 if (aotArgs.compileMode == ServiceConstants::COMPILE_PARTIAL && aotArgs.arkProfilePath.empty()) { in CheckArgs() 91 APP_LOGE("partial mode, arkProfilePath can't be empty"); in CheckArgs() 137 std::filesystem::path filePath(aotArgs.arkProfilePath); in GetSubjectInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/ |
H A D | aot_args.h | 44 std::string arkProfilePath; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_user_mgr_host_impl.cpp | 305 std::string arkProfilePath; in RemoveArkProfile() local 306 arkProfilePath.append(ARK_PROFILE_PATH).append(std::to_string(userId)); in RemoveArkProfile() 307 APP_LOGI("DeleteArkProfile %{public}s when remove user", arkProfilePath.c_str()); in RemoveArkProfile() 308 InstalldClient::GetInstance()->RemoveDir(arkProfilePath); in RemoveArkProfile()
|
H A D | base_bundle_installer.cpp | 3285 std::string arkProfilePath; in CreateArkProfile() local 3286 arkProfilePath.append(ARK_PROFILE_PATH).append(std::to_string(userId)) in CreateArkProfile() 3288 LOG_D(BMS_TAG_INSTALLER, "CreateArkProfile %{public}s", arkProfilePath.c_str()); in CreateArkProfile() 3290 return InstalldClient::GetInstance()->Mkdir(arkProfilePath, mode, uid, gid); in CreateArkProfile() 3295 std::string arkProfilePath; in DeleteArkProfile() local 3296 arkProfilePath.append(ARK_PROFILE_PATH).append(std::to_string(userId)) in DeleteArkProfile() 3298 LOG_D(BMS_TAG_INSTALLER, "DeleteArkProfile %{public}s", arkProfilePath.c_str()); in DeleteArkProfile() 3299 return InstalldClient::GetInstance()->RemoveDir(arkProfilePath); in DeleteArkProfile()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/ |
H A D | bms_data_aot_test.cpp | 263 aotArgs.arkProfilePath = OUT_PUT_PATH; in HWTEST_F() 282 aotArgs.arkProfilePath = OUT_PUT_PATH; in HWTEST_F() 302 aotArgs.arkProfilePath = OUT_PUT_PATH; in HWTEST_F() 716 aotArgs.arkProfilePath = "arkProfilePath"; in HWTEST_F() 733 EXPECT_EQ(aotArgsPtr->arkProfilePath, aotArgs.arkProfilePath); in HWTEST_F() 1143 aotArgs.arkProfilePath = "arkProfilePath"; in HWTEST_F() 1304 aotArgs.arkProfilePath in HWTEST_F() 1390 std::string arkProfilePath; HWTEST_F() local [all...] |
Completed in 16 milliseconds