Lines Matching defs:target
1263 BufferValue target(isolate, args[0]);
1264 CHECK_NOT_NULL(*target);
1272 if (req_wrap_async != nullptr) { // symlink(target, path, flags, req)
1275 "target",
1276 TRACE_STR_COPY(*target),
1280 UTF8, AfterNoArgs, uv_fs_symlink, *target, *path, flags);
1281 } else { // symlink(target, path, flags, undefined, ctx)
1286 uv_fs_symlink, *target, *path, flags);
2139 // 1. The target encoding is compatible with the string's encoding, and
2681 void Initialize(Local<Object> target,
2689 realm->AddBindingData<BindingData>(context, target);
2692 SetMethod(context, target, "access", Access);
2693 SetMethod(context, target, "close", Close);
2694 SetMethod(context, target, "open", Open);
2695 SetMethod(context, target, "openFileHandle", OpenFileHandle);
2696 SetMethod(context, target, "read", Read);
2697 SetMethod(context, target, "readBuffers", ReadBuffers);
2698 SetMethod(context, target, "fdatasync", Fdatasync);
2699 SetMethod(context, target, "fsync", Fsync);
2700 SetMethod(context, target, "rename", Rename);
2701 SetMethod(context, target, "ftruncate", FTruncate);
2702 SetMethod(context, target, "rmdir", RMDir);
2703 SetMethod(context, target, "mkdir", MKDir);
2704 SetMethod(context, target, "readdir", ReadDir);
2705 SetMethod(context, target, "internalModuleReadJSON", InternalModuleReadJSON);
2706 SetMethod(context, target, "internalModuleStat", InternalModuleStat);
2707 SetMethod(context, target, "stat", Stat);
2708 SetMethod(context, target, "lstat", LStat);
2709 SetMethod(context, target, "fstat", FStat);
2710 SetMethod(context, target, "statfs", StatFs);
2711 SetMethod(context, target, "link", Link);
2712 SetMethod(context, target, "symlink", Symlink);
2713 SetMethod(context, target, "readlink", ReadLink);
2714 SetMethod(context, target, "unlink", Unlink);
2715 SetMethod(context, target, "writeBuffer", WriteBuffer);
2716 SetMethod(context, target, "writeBuffers", WriteBuffers);
2717 SetMethod(context, target, "writeString", WriteString);
2718 SetMethod(context, target, "realpath", RealPath);
2719 SetMethod(context, target, "copyFile", CopyFile);
2721 SetMethod(context, target, "chmod", Chmod);
2722 SetMethod(context, target, "fchmod", FChmod);
2724 SetMethod(context, target, "chown", Chown);
2725 SetMethod(context, target, "fchown", FChown);
2726 SetMethod(context, target, "lchown", LChown);
2728 SetMethod(context, target, "utimes", UTimes);
2729 SetMethod(context, target, "futimes", FUTimes);
2730 SetMethod(context, target, "lutimes", LUTimes);
2732 SetMethod(context, target, "mkdtemp", Mkdtemp);
2734 target
2742 StatWatcher::Initialize(env, target);
2749 SetConstructorFunction(context, target, "FSReqCallback", fst);
2781 SetConstructorFunction(context, target, "FileHandle", fd);
2793 target->Set(context,