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_tablet_test.cpp43 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
50 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
57 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
Dace_car_test.cpp43 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
50 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
57 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
Dace_card_test.cpp46 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
53 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
60 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
Dace_phone_test.cpp42 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
50 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
58 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dace_run_args.h56 std::string appResourcesPath; member
Dace_ability.cpp291 std::string appResourcesPath(runArgs_.appResourcesPath); in InitEnv() local
Dui_content_impl.cpp378 std::string appResourcesPath(appResourcesPath_); in CommonInitialize() local
Dace_container.cpp728 … const std::string& hmsResourcesPath, const std::string& appResourcesPath, const int32_t& themeId, in SetResourcesPathAndThemeStyle()