Home
last modified time | relevance | path

Searched refs:executable_length (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/util/
Dexe_path.cc34 uint32_t executable_length = 0; in GetExePath() local
35 _NSGetExecutablePath(NULL, &executable_length); in GetExePath()
36 DCHECK_GT(executable_length, 1u); in GetExePath()
39 base::WriteInto(&executable_path, executable_length), &executable_length); in GetExePath()