| 1560 | } |
| 1561 | |
| 1562 | Result RemoveFile(HFactory factory, const char* path) |
| 1563 | { |
| 1564 | dmResourceMounts::HContext mounts = GetMountsContext(factory); |
| 1565 | return dmResourceMounts::RemoveFile(mounts, dmHashString64(path)); |
| 1566 | } |
| 1567 | |
| 1568 | HJobContext GetJobThread(const dmResource::HFactory factory) |
| 1569 | { |