HomeSort by relevance Sort by last modified time
    Searched refs:statres (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
glocalfile.c 1637 int statres; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 684 SysRes statres; local
718 statres = VG_(stat)(filename, &statbuf);
722 vg_assert(sr_isError(statres) || ! VKI_S_ISLNK(statbuf.mode));
726 if (sr_isError(statres)) {
    [all...]

Completed in 54 milliseconds