Home
last modified time | relevance | path

Searched defs:o_path_file (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs1083 let o_path_file = (file.1 & libc::O_PATH) != 0; in do_getxattr() localVariable
2452 let o_path_file = (file.1 & libc::O_PATH) != 0; in setxattr() localVariable
2528 let o_path_file = (file.1 & libc::O_PATH) != 0; in listxattr() localVariable
2584 let o_path_file = (file.1 & libc::O_PATH) != 0; in removexattr() localVariable