Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/verify/
H A Dverify.c1502 … StringList *filePathLst = strLstNewSplit(varStr(protocolParallelJobKey(job)), FSLASH_STR); in verifyProcess() local
1505 const String *resultId = strLstGet(filePathLst, 0); in verifyProcess()
1506 strLstRemoveIdx(filePathLst, 0); in verifyProcess()
1507 const String *fileType = strLstGet(filePathLst, 0); in verifyProcess()
1508 strLstRemoveIdx(filePathLst, 0); in verifyProcess()
1509 String *filePathName = strLstJoin(filePathLst, "/"); in verifyProcess()
1551 … strSubN(strLstGet(filePathLst, strLstSize(filePathLst) - 1), 0, in verifyProcess()
1585 … strSubN(strLstGet(filePathLst, strLstSize(filePathLst) - 1), 0, WAL_SEGMENT_NAME_SIZE)); in verifyProcess()