/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
util/system/execpath.h
17 строк
496 B
qkrorlqr
Initial NBS OpenSource export
28 апр 2023, 21:54
28 апр 2023, 21:54
783a858
Код
Авторство
О чём код?
#pragma once #include <util/generic/fwd.h> // NOTE: This function has rare sporadic failures (throws exceptions) on FreeBSD. See REVIEW:54297 const TString& GetExecPath(); /** * Get openable path to the binary currently being executed. * * The path does not match the original binary location, but stays openable even * if the binary was moved or removed. * * On UNIX variants, utilizes the /proc FS. On Windows, equivalent to * GetExecPath. */ const TString& GetPersistentExecPath();