Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/kernel/vm/
Dvmm.c1047 uint tmpflags = ARCH_MMU_FLAG_PERM_NO_EXECUTE; in vmm_alloc_obj() local
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs2422 let tmpflags = libc::O_RDWR | libc::O_TMPFILE | libc::O_CLOEXEC | libc::O_NOFOLLOW; in chromeos_tmpfile() localVariable