HomeSort by: relevance | last modified time | path
    Searched refs:uv_fs_lstat (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-threadpool-cancel.c 106 case UV_FS_LSTAT:
341 ASSERT_OK(uv_fs_lstat(loop, reqs + n++, "/", fs_cb));
test-fs.c 673 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT);
682 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT);
833 r = uv_fs_lstat(loop, &req, path, NULL);
1254 r = uv_fs_lstat(loop, &stat_req, "test_dir", stat_cb);
1258 r = uv_fs_lstat(loop, &stat_req, "test_dir/", stat_cb);
2491 r = uv_fs_lstat(NULL, &req, "test_dir_symlink", NULL);
2653 r = uv_fs_lstat(NULL, &req, "\\\\<mac_ip>\\Macintosh HD\\.DS_Store", NULL);
2659 uv_fs_stat and uv_fs_lstat can only work on non-symlink reparse
2668 r = uv_fs_lstat(NULL, &req, "test_dir/test_file", NULL);
2741 ASSERT_OK(uv_fs_lstat(loop, &stat_req, file_path, NULL))
    [all...]
  /src/external/mit/libuv/dist/include/
uv.h 1403 UV_FS_LSTAT,
1614 UV_EXTERN int uv_fs_lstat(uv_loop_t* loop,
  /src/external/mit/libuv/dist/src/unix/
fs.c 1745 req->fs_type == UV_FS_LSTAT)) {
1936 int uv_fs_lstat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { function
  /src/external/mit/libuv/dist/src/win/
fs.c 3571 int uv_fs_lstat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { function
3574 INIT(UV_FS_LSTAT);

Completed in 18 milliseconds