Lines Matching refs:Fd
508 if (fd.Fd() == -1) { in AddDexFileSource()
524 if (!ReadMagicAndReset(dex_file_fd.Fd(), &magic, &error_msg)) { in AddDexFileSource()
3405 actual_offset = lseek(file->Fd(), 0, SEEK_CUR); in SeekToDexFile()
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()
3537 off_t extracted_end = lseek(file->Fd(), 0, SEEK_CUR); in WriteDexFile()
3557 off_t actual_offset = lseek(file->Fd(), start_offset, SEEK_SET); in WriteDexFile()
3573 actual_offset = lseek(file->Fd(), end_offset, SEEK_SET); in WriteDexFile()
3612 off_t input_offset = lseek(dex_file->Fd(), 0, SEEK_SET); in WriteDexFile()
3634 off_t actual_offset = lseek(file->Fd(), 0, SEEK_CUR); in WriteDexFile()
3741 file->Fd(), in OpenDexFiles()