|
Lines 391-398
Link Here
|
| 391 |
args["files"] = files; |
391 |
args["files"] = files; |
| 392 |
args["toSystem"] = toSystem; |
392 |
args["toSystem"] = toSystem; |
| 393 |
args["dest"] = theFolders[toSystem ? FOLDER_SYS : FOLDER_USER].location(); |
393 |
args["dest"] = theFolders[toSystem ? FOLDER_SYS : FOLDER_USER].location(); |
| 394 |
args["uid"] = getuid(); |
394 |
args["uid"] = (int) getuid(); |
| 395 |
args["gid"] = getgid(); |
395 |
args["gid"] = (int) getgid(); |
| 396 |
int result=performAction(args); |
396 |
int result=performAction(args); |
| 397 |
|
397 |
|
| 398 |
if(STATUS_OK==result) |
398 |
if(STATUS_OK==result) |