diff options
author | immartynov <[email protected]> | 2022-02-10 16:51:52 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:52 +0300 |
commit | e9b931bef4870ab86a59bda2ef913c3238f0ba19 (patch) | |
tree | 4241c6bdace6ec3178aba51687814f2abece1f9e /util/system/execpath.h | |
parent | 45d88ab6257c06a37cf909ba04512ba970eca425 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/execpath.h')
-rw-r--r-- | util/system/execpath.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/util/system/execpath.h b/util/system/execpath.h index 4b914b8e851..6acb2776bde 100644 --- a/util/system/execpath.h +++ b/util/system/execpath.h @@ -4,14 +4,14 @@ // 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(); + +/** + * 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(); |