Lines Matching refs:bytes_to_cstr
240 let name = bytes_to_cstr(&buf)?; in lookup()
355 .and_then(bytes_to_cstr)?; in symlink()
359 .and_then(bytes_to_cstr)?; in symlink()
397 .and_then(bytes_to_cstr)?; in mknod()
435 .and_then(bytes_to_cstr)?; in mkdir()
502 bytes_to_cstr(&name)?, in unlink()
520 bytes_to_cstr(&name)?, in rmdir()
556 bytes_to_cstr(oldname)?, in do_rename()
558 bytes_to_cstr(newname)?, in do_rename()
596 bytes_to_cstr(&name)?, in link()
827 bytes_to_cstr(name)?, in setxattr()
858 bytes_to_cstr(&name)?, in getxattr()
921 let name = bytes_to_cstr(&buf)?; in removexattr()
1350 .and_then(bytes_to_cstr)?; in create()
1695 .and_then(bytes_to_cstr)?; in open_atomic()
1871 fn bytes_to_cstr(buf: &[u8]) -> Result<&CStr> { in bytes_to_cstr() function
1996 .map(bytes_to_cstr) in parse_selinux_xattr()