Home
last modified time | relevance | path

Searched refs:statres (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c825 SysRes statres; in VG_() local
870 statres = VG_(stat)(filename, &statbuf); in VG_()
874 vg_assert(sr_isError(statres) || ! VKI_S_ISLNK(statbuf.mode)); in VG_()
878 if (sr_isError(statres)) { in VG_()