Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.cc540 int int_fd = -1; in RemapAtEnd() local
547 int_fd = ashmem_create_region(debug_friendly_name.c_str(), tail_base_size); in RemapAtEnd()
549 if (int_fd == -1) { in RemapAtEnd()
555 ScopedFd fd(int_fd); in RemapAtEnd()