Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs1310 let o_path_file = (file.1 & libc::O_PATH) != 0; in do_getxattr() localVariable
3131 let o_path_file = (file.1 & libc::O_PATH) != 0; in setxattr() localVariable
3209 let o_path_file = (file.1 & libc::O_PATH) != 0; in listxattr() localVariable
3261 let o_path_file = (file.1 & libc::O_PATH) != 0; in removexattr() localVariable