Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/config/
H A DexecTest.c66 kvPut(optionReplace, VARSTRDEF(CFGOPT_LOG_PATH), VARSTRDEF("/log")); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/common/
H A DharnessConfig.c44 strLstInsert(argList, 0, strNewFmt("--" CFGOPT_LOG_PATH "=%s", hrnPath())); in hrnCfgLoad()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dconfig.auto.h84 #define CFGOPT_LOG_PATH "log-path" macro
/dports/databases/pgbackrest/pgbackrest-release-2.35/build/lib/pgBackRestBuild/Config/
H A DData.pm73 use constant CFGOPT_LOG_PATH => 'log-path'; constant
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/protocol/
H A Dhelper.c423 kvPut(optionReplace, VARSTRDEF(CFGOPT_LOG_PATH), NULL); in protocolRemoteParam()
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/lib/pgBackRestDoc/Common/
H A DDocConfig.pm536 ' ' . docConfigOptionDefault(CFGOPT_LOG_PATH) . "\n" .