Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc156 explicit DexFileSource(File* raw_file) in DexFileSource() argument
157 : type_(kRawFile), source_(raw_file) { in DexFileSource()
3443 File* raw_file = oat_dex_file->source_.GetRawFile(); in LayoutAndWriteDexFile() local
3444 int dup_fd = DupCloexec(raw_file->Fd()); in LayoutAndWriteDexFile()
3446 PLOG(ERROR) << "Failed to dup dex file descriptor (" << raw_file->Fd() << ") at " << location; in LayoutAndWriteDexFile()