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()3387 File* raw_file = oat_dex_file->source_.GetRawFile(); in LayoutDexFile() local3388 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()