Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h159 std::string codePath_; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp731 codePath_ = options.codePath; in Initialize()
1037 fileName.append(codePath_).append(Constants::FILE_SEPARATOR).append(modulePath); in LoadModule()
1041 if (!MakeFilePath(codePath_, modulePath, fileName)) { in LoadModule()
1174 fileName.append(codePath_).append(Constants::FILE_SEPARATOR).append(path); in RunSandboxScript()
1178 if (!MakeFilePath(codePath_, path, fileName)) { in RunSandboxScript()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h70 std::string codePath_; member
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp1364 … napi_set_named_property(env, objValue, "codePath", CreateJsValue(env, scbAbilityInfo.codePath_)); in CreateSCBAbilityInfo()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6945 scbAbilityInfo.codePath_ = bundleInfo.applicationInfo.codePath; in GetAbilityInfo()
6977 scbAbilityInfo.codePath_ = bundleInfo.applicationInfo.codePath; in GetAbilityInfosFromBundleInfo()