Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp43 appRootPath_ = nullptr; in StateMachine()
160 appRootPath_ = const_cast<char *>(appContext_->GetCurrentAbilityPath()); in Init()
161 if ((appRootPath_ == nullptr) || (strlen(appRootPath_) == 0)) { in Init()
236 char *fullPath = RelocateJSSourceFilePath(appRootPath_, jsPagePath_); in CheckJSSourceFile()
299 char *pageFilePath = RelocateJSSourceFilePath(appRootPath_, jsPagePath_); in EvalPage()
H A Djs_page_state_machine.h98 char *appRootPath_; variable
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dgraphics_manager.cpp34 data.appRootPath_.c_str(), data.appPluginPath_.c_str()); in GetPlatformData()
51 data.appRootPath_.c_str(), data.appPluginPath_.c_str()); in GetPlatformData()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/ohos/
H A Dplatform_data.h31 std::string appRootPath_; member
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ohos/
H A Dlume.cpp36 data.appRootPath_.c_str(), in ToEnginePlatformData()