Searched refs:actual_fd (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c698 Int actual_fd, oflags; local
857 actual_fd = sr_Res(fd);
859 actual_fd = use_fd;
862 preadres = VG_(pread)( actual_fd, buf1k, sizeof(buf1k), 0 );
864 VG_(close)( actual_fd );

Completed in 72 milliseconds