Home
last modified time | relevance | path

Searched defs:appResourcesPath (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
Dace_car_test.cpp42 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
49 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
56 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
Dace_tablet_test.cpp42 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
49 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
56 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
Dace_card_test.cpp45 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
52 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
59 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
Dace_phone_test.cpp41 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
49 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
57 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dace_run_args.h55 std::string appResourcesPath; member
Dace_ability.cpp184 std::string appResourcesPath(runArgs_.appResourcesPath); in InitEnv() local
Dui_content_impl.cpp286 std::string appResourcesPath(appResourcesPath_); in CommonInitialize() local
Dace_container.cpp718 const std::string& appResourcesPath, const int32_t& themeId, const ColorMode& colorMode) in SetResourcesPathAndThemeStyle()