Lines Matching defs:const
45 static const char* get_dir_func_name_by_type(uv_fs_type req_type) {
117 void DirHandle::New(const FunctionCallbackInfo<Value>& args) {
127 void DirHandle::MemoryInfo(MemoryTracker* tracker) const {
152 const char* msg = "Closing directory handle on garbage collection failed";
182 void DirHandle::Close(const FunctionCallbackInfo<Value>& args) {
185 const int argc = args.Length();
222 const size_t namelen = strlen(ents[i].name);
280 void DirHandle::Read(const FunctionCallbackInfo<Value>& args) {
284 const int argc = args.Length();
287 const enum encoding encoding = ParseEncoding(isolate, args[0], UTF8);
360 static void OpenDir(const FunctionCallbackInfo<Value>& args) {
364 const int argc = args.Length();
370 const enum encoding encoding = ParseEncoding(isolate, args[1], UTF8);