Searched refs:raw_file (Results 1 - 1 of 1) sorted by last modified time

/art/dex2oat/linker/
H A Doat_writer.cc145 explicit DexFileSource(File* raw_file) argument
146 : type_(kRawFile), source_(raw_file) {
3596 File* raw_file = oat_dex_file->source_.GetRawFile(); local
3597 int dup_fd = dup(raw_file->Fd());
3599 PLOG(ERROR) << "Failed to dup dex file descriptor (" << raw_file->Fd() << ") at " << location;

Completed in 31 milliseconds