HomeSort by: relevance | last modified time | path
    Searched defs:new_statbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
fs.c 2381 uv_stat_t new_statbuf; local
2403 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) {
2407 if (statbuf.st_dev == new_statbuf.st_dev &&
2408 statbuf.st_ino == new_statbuf.st_ino) {
  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 2501 struct stat new_statbuf;
2502 int res = gdb_bfd_stat (objfile->obfd.get (), &new_statbuf);
2519 time_t new_modtime = new_statbuf.st_mtime;
2498 struct stat new_statbuf; local
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 2501 struct stat new_statbuf;
2502 int res = gdb_bfd_stat (objfile->obfd.get (), &new_statbuf);
2519 time_t new_modtime = new_statbuf.st_mtime;
2498 struct stat new_statbuf; local

Completed in 19 milliseconds