Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc3388 int dup_fd = DupCloexec(raw_file->Fd()); in LayoutDexFile() local
3389 if (dup_fd < 0) { in LayoutDexFile()
3394 dex_file = dex_file_loader.OpenDex(dup_fd, location, in LayoutDexFile()