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

  /src/external/mit/libuv/dist/test/
test-fs.c 824 static void check_utime(const char* path, function
920 check_utime(c->path, c->atime, c->mtime, /* test_lutime */ 0);
935 check_utime(c->path, c->atime, c->mtime, /* test_lutime */ 0);
949 check_utime(c->path, c->atime, c->mtime, /* test_lutime */ 1);
2773 check_utime(path, atime, mtime, /* test_lutime */ 0);
2783 check_utime(path, atime, mtime, /* test_lutime */ 0);
2793 check_utime(path, UV_FS_UTIME_NOW, mtime, /* test_lutime */ 0);
2798 check_utime(path, atime, mtime, /* test_lutime */ 0);
2808 check_utime(path, atime, UV_FS_UTIME_NOW, /* test_lutime */ 0);
2863 check_utime(path, atime, mtime, /* test_lutime */ 0)
    [all...]

Completed in 20 milliseconds