Home
last modified time | relevance | path

Searched refs:selfexe (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/large_pages/
H A Dnode_large_page.cc192 char selfexe[PATH_MAX]; in FindNodeTextRegion() local
193 size_t count = sizeof(selfexe); in FindNodeTextRegion()
194 if (uv_exepath(selfexe, &count)) in FindNodeTextRegion()
196 dl_params.exename = std::string(selfexe, count); in FindNodeTextRegion()

Completed in 2 milliseconds