Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc3054 int arg_image_fd = in LoadComponents() local
3056 if (arg_image_fd >= 0) { in LoadComponents()
3057 image_fd.reset(DupCloexec(arg_image_fd)); in LoadComponents()