Home
last modified time | relevance | path

Searched refs:LOCAL_CODE_PATH (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dnative_lib_util.cpp25 std::string libPath = AbilityBase::Constants::LOCAL_CODE_PATH; in GetLibPath()
42 std::string libPath = AbilityBase::Constants::LOCAL_CODE_PATH; in GetHapSoPath()
61 std::string libPath = AbilityBase::Constants::LOCAL_CODE_PATH; in GetHspNativeLibPath()
99 std::string patchLibPath = AbilityBase::Constants::LOCAL_CODE_PATH; in GetPatchNativeLibPath()
H A Dcontext_deal.cpp89 dir = LOCAL_CODE_PATH; in GetBundleCodePath()
204 dir = std::regex_replace(abilityInfo_->resourcePath, pattern, LOCAL_CODE_PATH); in GetBundleResourcePath()
H A Dmain_thread.cpp179 std::string patchLibPath = LOCAL_CODE_PATH; in GetNativeLibPath()
190 std::string libPath = LOCAL_CODE_PATH; in GetNativeLibPath()
1050 loadPath = std::regex_replace(loadPath, pattern, std::string(LOCAL_CODE_PATH)); in OnStartAbility()
1067 hqfPath = std::regex_replace(hqfPath, pattern, std::string(LOCAL_CODE_PATH)); in OnStartAbility()
1084 std::string(FILE_SEPARATOR) + bundleName), std::string(LOCAL_CODE_PATH)); in GetOverlayPaths()
1459 options.codePath = LOCAL_CODE_PATH; in HandleLaunchApplication()
1683 loadPath = std::regex_replace(loadPath, inner_pattern, LOCAL_CODE_PATH); in HandleLaunchApplication()
1809 std::string libPath = LOCAL_CODE_PATH; in CalcNativeLiabraryEntries()
1869 std::regex_replace(item, pattern, std::string(LOCAL_CODE_PATH) + std::string(FILE_SEPARATOR))); in ChangeToLocalPath()
1888 localPath = std::regex_replace(localPath, pattern, std::string(LOCAL_CODE_PATH)); in ChangeToLocalPath()
[all...]
H A Dchild_main_thread.cpp427 std::string libPath = LOCAL_CODE_PATH; in GetNativeLibPath()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dconstants.h23 constexpr const char* LOCAL_CODE_PATH = "/data/storage/el1/bundle"; member
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp446 loadPath = std::string(Constants::LOCAL_CODE_PATH) + std::string(Constants::FILE_SEPARATOR) + in GetLoadPath()
456 std::regex srcPattern(Constants::LOCAL_CODE_PATH); in GetRelativePath()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp119 dir = LOCAL_CODE_PATH; in GetBundleCodeDir()
290 std::string dir = std::string(LOCAL_CODE_PATH) + CONTEXT_FILE_SEPARATOR + in GetResourceDir()
864 std::string hsp_sandbox = std::string(LOCAL_CODE_PATH) + FILE_SEPARATOR + bundleInfo.name + FILE_SEPARATOR; in InitResourceManagerInner()
880 loadPath = std::regex_replace(loadPath, inner_pattern, LOCAL_CODE_PATH); in InitResourceManagerInner()
906 std::string realHqfPath = std::regex_replace(hqfPath, pattern, LOCAL_CODE_PATH); in AddPatchResource()
934 std::string(FILE_SEPARATOR) + GetBundleNameWithContext(inputContext)), LOCAL_CODE_PATH); in GetOverlayPath()
1433 localPath = std::regex_replace(localPath, pattern, std::string(LOCAL_CODE_PATH)); in ChangeToLocalPath()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h65 constexpr const char* LOCAL_CODE_PATH = "/data/storage/el1/bundle"; member
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp348 options.codePath = AbilityBase::Constants::LOCAL_CODE_PATH; in CreateRuntime()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1068 std::string commonsPath = std::string(Constants::LOCAL_CODE_PATH) + "/" + moduleName_ + "/ets/commons.abc"; in RunScript()
1069 std::string vendorsPath = std::string(Constants::LOCAL_CODE_PATH) + "/" + moduleName_ + "/ets/vendors.abc"; in RunScript()
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp460 options.codePath = Constants::LOCAL_CODE_PATH; in CreateRuntime()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_impl_test.cpp160 EXPECT_EQ(codeDir, AbilityBase::Constants::LOCAL_CODE_PATH); in HWTEST_F()

Completed in 25 milliseconds