Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2473 int dup_fd = DupCloexec(fd); in DupCloexecOrError() local
2474 if (dup_fd < 0) { in DupCloexecOrError()
2478 return dup_fd; in DupCloexecOrError()
/art/dex2oat/linker/
Doat_writer.cc3348 int dup_fd = DupCloexec(raw_file->Fd()); in LayoutDexFile() local
3349 if (dup_fd < 0) { in LayoutDexFile()
3354 dex_file = dex_file_loader.OpenDex(dup_fd, location, in LayoutDexFile()