Lines Matching full:handle
10 int policydb_from_image(sepol_handle_t * handle,
20 pf.handle = handle;
24 ERR(handle, "policy image is invalid");
34 int policydb_to_image(sepol_handle_t * handle,
46 pf.handle = handle;
48 ERR(handle, "could not compute policy length");
57 ERR(handle, "out of memory");
67 ERR(handle, "could not write policy");
77 ERR(handle, "Out of memory");
82 ERR(handle, "new policy image is invalid");
96 ERR(handle, "could not create policy image");