Searched refs:raw_file (Results 1 – 1 of 1) sorted by relevance
156 explicit DexFileSource(File* raw_file) in DexFileSource() argument157 : type_(kRawFile), source_(raw_file) { in DexFileSource()3443 File* raw_file = oat_dex_file->source_.GetRawFile(); in LayoutAndWriteDexFile() local3444 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()