Searched refs:int_fd (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmem_map.cc543 int int_fd = -1; local
550 int_fd = ashmem_create_region(debug_friendly_name.c_str(), tail_base_size);
552 if (int_fd == -1) {
558 ScopedFd fd(int_fd);

Completed in 125 milliseconds