Searched refs:LOCAL_CODE_PATH (Results 1 - 12 of 12) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | native_lib_util.cpp | 25 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 D | context_deal.cpp | 89 dir = LOCAL_CODE_PATH; in GetBundleCodePath() 204 dir = std::regex_replace(abilityInfo_->resourcePath, pattern, LOCAL_CODE_PATH); in GetBundleResourcePath()
|
H A D | main_thread.cpp | 179 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 D | child_main_thread.cpp | 427 std::string libPath = LOCAL_CODE_PATH; in GetNativeLibPath()
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | constants.h | 23 constexpr const char* LOCAL_CODE_PATH = "/data/storage/el1/bundle"; member
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | file_path_utils.cpp | 446 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 D | context_impl.cpp | 119 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 D | form_constants.h | 65 constexpr const char* LOCAL_CODE_PATH = "/data/storage/el1/bundle"; member
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
H A D | child_process_manager.cpp | 348 options.codePath = AbilityBase::Constants::LOCAL_CODE_PATH; in CreateRuntime()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1068 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 D | form_render_record.cpp | 460 options.codePath = Constants::LOCAL_CODE_PATH;
in CreateRuntime()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_impl_test.cpp | 160 EXPECT_EQ(codeDir, AbilityBase::Constants::LOCAL_CODE_PATH); in HWTEST_F()
|
Completed in 21 milliseconds