Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dmmap_allocation.cc70 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd) in MMAPAllocation()
74 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd, in MMAPAllocation()
Dmmap_allocation_disabled.cc29 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd) in MMAPAllocation()
/external/crosvm/rutabaga_gfx/src/cross_domain/sys/
Depoll_internal.rs57 let owned_fd = unsafe { OwnedFd::from_raw_fd(fd) }; in new() localVariable