The policy decides that the kernel should access the resource in resource_manager(), the resource is in the container() and its name is name(). If resource_is_private_to_kernel() is true, the kernel should delete the resource when the kernel is deleted.
| 401 | // name is name(). If resource_is_private_to_kernel() is true, the |
| 402 | // kernel should delete the resource when the kernel is deleted. |
| 403 | ResourceMgr* resource_manager() const { return rmgr_; } |
| 404 | const string& container() const { return container_; } |
| 405 | const string& name() const { return name_; } |
| 406 | bool resource_is_private_to_kernel() const { |
no outgoing calls
no test coverage detected