Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:statres

704    SysRes     statres;
747 statres = VG_(stat)(filename, &statbuf);
751 vg_assert(sr_isError(statres) || ! VKI_S_ISLNK(statbuf.mode));
755 if (sr_isError(statres)) {