Searched refs:workerPath (Results 1 – 6 of 6) sorted by relevance
98 std::shared_ptr<Platform::WorkerPath> workerPath = std::make_shared<Platform::WorkerPath>(); in OnStart() local99 workerPath->packagePathStr = packagePathStr; in OnStart()109 workerPath->assetBasePathStr = assetBasePathStr; in OnStart()115 options.workerPath = workerPath; in OnStart()
99 std::shared_ptr<Platform::WorkerPath> workerPath = std::make_shared<Platform::WorkerPath>(); in OnStart() local100 workerPath->packagePathStr = packagePathStr; in OnStart()109 workerPath->assetBasePathStr = assetBasePathStr; in OnStart()115 options.workerPath = workerPath; in OnStart()
93 std::shared_ptr<Platform::WorkerPath> workerPath = std::make_shared<Platform::WorkerPath>(); in LoadFormEnv() local94 workerPath->packagePathStr = packagePathStr; in LoadFormEnv()103 workerPath->assetBasePathStr = assetBasePathStr; in LoadFormEnv()109 options.workerPath = workerPath; in LoadFormEnv()
49 std::shared_ptr<WorkerPath> workerPath = nullptr; member
54 workerPath_ = options.workerPath; in PaContainer()
138 void SetWorkerPath(std::shared_ptr<Platform::WorkerPath> workerPath) in SetWorkerPath() argument140 workerPath_ = workerPath; in SetWorkerPath()