Searched defs:module_filename (Results 1 – 3 of 3) sorted by relevance
16 const char *module_filename; /* Module file to perform MAC on */ member
20 const std::string& module_filename) in node_napi_env__()88 NewEnv(v8::Local<v8::Context> context, const std::string& module_filename) { in NewEnv()575 std::string module_filename = ""; in napi_module_register_by_symbol() local
35 module_path, module_filename = os.path.split(os.path.realpath(__file__)) variable