Searched refs:raw_file (Results 1 – 1 of 1) sorted by relevance
155 explicit DexFileSource(File* raw_file) in DexFileSource() argument156 : type_(kRawFile), source_(raw_file) { in DexFileSource()3347 File* raw_file = oat_dex_file->source_.GetRawFile(); in LayoutDexFile() local3348 int dup_fd = DupCloexec(raw_file->Fd()); in LayoutDexFile()3350 PLOG(ERROR) << "Failed to dup dex file descriptor (" << raw_file->Fd() << ") at " << location; in LayoutDexFile()