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()
3387 File* raw_file = oat_dex_file->source_.GetRawFile(); in LayoutDexFile() local
3388 int dup_fd = DupCloexec(raw_file->Fd()); in LayoutDexFile()
3390 PLOG(ERROR) << "Failed to dup dex file descriptor (" << raw_file->Fd() << ") at " << location; in LayoutDexFile()