Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc3427 int dup_fd = DupCloexec(raw_file->Fd()); in LayoutAndWriteDexFile() local
3428 if (dup_fd < 0) { in LayoutAndWriteDexFile()
3433 dex_file = dex_file_loader.OpenDex(dup_fd, location, in LayoutAndWriteDexFile()