Home | History | Annotate | Download | only in linker

Lines Matching refs:raw_file

155   explicit DexFileSource(File* raw_file)
156 : type_(kRawFile), source_(raw_file) {
3426 File* raw_file = oat_dex_file->source_.GetRawFile();
3427 int dup_fd = DupCloexec(raw_file->Fd());
3429 PLOG(ERROR) << "Failed to dup dex file descriptor (" << raw_file->Fd() << ") at " << location;