Home
last modified time | relevance | path

Searched defs:systemResourcesPath (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
Dace_car_test.cpp44 const std::string systemResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/SystemResources"; variable
51 const std::string systemResourcesPath = "D:\\Workspace\\preview\\js\\SystemResources\\assets\\entry… variable
58 const std::string systemResourcesPath = "/home/ubuntu/demo/preview/js/SystemResources"; variable
Dace_tablet_test.cpp44 const std::string systemResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/SystemResources"; variable
51 const std::string systemResourcesPath = "D:\\Workspace\\preview\\js\\SystemResources\\assets\\entry… variable
58 const std::string systemResourcesPath = "/home/ubuntu/demo/preview/js/SystemResources"; variable
Dace_card_test.cpp47 const std::string systemResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/SystemResources"; variable
54 const std::string systemResourcesPath = "D:\\Workspace\\preview\\js\\SystemResources\\assets\\entry… variable
61 const std::string systemResourcesPath = "/home/ubuntu/demo/preview/js/SystemResources"; variable
Dace_phone_test.cpp43 const std::string systemResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/SystemResources"; variable
51 const std::string systemResourcesPath = "D:\\Workspace\\preview\\js\\SystemResources\\assets\\entry… variable
59 const std::string systemResourcesPath = "/home/ubuntu/demo/preview/js/SystemResources"; variable
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dace_run_args.h53 std::string systemResourcesPath; member
Dace_container.cpp717 …ontainer::SetResourcesPathAndThemeStyle(int32_t instanceId, const std::string& systemResourcesPath, in SetResourcesPathAndThemeStyle()