Lines Matching defs:target
224 sandboxNode->target = strdup(dstPath);
237 if (sandboxNode->source == NULL || sandboxNode->target == NULL) {
238 APPSPAWN_LOGE("Failed to get sourc or target path");
265 const char *target = GetStringFromJsonObj(config, "target-name");
267 if (target == NULL || linkName == NULL) {
271 SymbolLinkNode *tmp = GetSymbolLinkNode(section, target, linkName);
274 APPSPAWN_LOGW("SymbolLink %{public}s %{public}s repeat config, delete old", target, linkName);
281 node->target = strdup(target);
283 if (node->target == NULL || node->linkName == NULL) {
284 APPSPAWN_LOGE("Failed to get sourc or target path");