Home
last modified time | relevance | path

Searched refs:filePathName (Results 1 – 25 of 38) sorted by relevance

12

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/verify/
H A Dfile.c20 …const String *filePathName, const String *fileChecksum, uint64_t fileSize, const String *cipherPas… in verifyFile() argument
23 FUNCTION_LOG_PARAM(STRING, filePathName); // Fully qualified file name in verifyFile()
29 ASSERT(filePathName != NULL); in verifyFile()
38 … IoRead *read = storageReadIo(storageNewReadP(storageRepo(), filePathName, .ignoreMissing = true)); in verifyFile()
46 if (compressTypeFromName(filePathName) != compressTypeNone) in verifyFile()
47 ioFilterGroupAdd(filterGroup, decompressFilter(compressTypeFromName(filePathName))); in verifyFile()
H A Dverify.c750 const String *filePathName = strNewFmt( in verifyArchive() local
758 pckWriteStrP(param, filePathName); in verifyArchive()
906 String *filePathName = NULL; in verifyBackup() local
920 filePathName = strNewFmt( in verifyBackup()
932 filePathName = strNewFmt( in verifyBackup()
966 filePathName = strNewFmt( in verifyBackup()
972 if (filePathName != NULL) in verifyBackup()
978 pckWriteStrP(param, filePathName); in verifyBackup()
1110 ASSERT(filePathName != NULL); in verifyLogInvalidResult()
1509 String *filePathName = strLstJoin(filePathLst, "/"); in verifyProcess() local
[all …]
H A Dprotocol.c30 const String *const filePathName = pckReadStrP(param); in verifyFileProtocol() local
35 const VerifyResult result = verifyFile(filePathName, fileChecksum, fileSize, cipherPass); in verifyFileProtocol()
H A Dfile.h27 …const String *filePathName, const String *fileChecksum, uint64_t fileSize, const String *cipherPas…
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Metrics/
H A DIGCMetricImpl.cpp562 HashKey IGCMetricImpl::GetHash(const char* filePathName, int line) in GetHash() argument
564 if (filePathName == nullptr) in GetHash()
568 return GetHash(std::string(filePathName), line); in GetHash()
571 HashKey IGCMetricImpl::GetHash(const std::string& filePathName, int line) in GetHash() argument
573 if (filePathName.length() == 0 && line == 0) in GetHash()
578 return hasher(filePathName + std::to_string(line)); in GetHash()
601 …void IGCMetricImpl::FillCodeRef(IGC_METRICS::CodeRef* codeRef, const std::string& filePathName, in… in FillCodeRef() argument
603 if (filePathName.empty()) in FillCodeRef()
608 codeRef->set_pathtofile(filePathName); in FillCodeRef()
H A DIGCMetricImpl.h71 static HashKey GetHash(const char* filePathName, int line);
73 static HashKey GetHash(const std::string& filePathName, int line);
78 … inline void FillCodeRef(IGC_METRICS::CodeRef* codeRef, const std::string& filePathName, int line);
/dports/net/bosh-cli/bosh-cli-5.5.0/release/resource/
H A Dresource_test.go393 filePathName string
410 filePathName = file.Name()
412 resource = NewResourceWithBuiltArchive("name", "fp", filePathName, filePathNameSha1)
429 Expect(resource.ArchivePath()).To(Equal(filePathName))
446 filePathName: {DigestStr: "sha256:new_resource_sha"},
461 resource = NewResourceWithBuiltArchive("name", "fp", filePathName, "bad")
473 resource = NewResourceWithBuiltArchive("name", "fp", filePathName, "")
521 Expect(path).To(Equal(filePathName))
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/command/
H A DverifyTest.c859 String *filePathName = strNewZ(STORAGE_REPO_ARCHIVE "/testfile"); in testRun() local
860 HRN_STORAGE_PUT_EMPTY(storageRepoWrite(), strZ(filePathName)); in testRun()
861 …TEST_RESULT_UINT(verifyFile(filePathName, STRDEF(HASH_TYPE_SHA1_ZERO), 0, NULL), verifyOk, "file o… in testRun()
866 HRN_STORAGE_PUT_Z(storageRepoWrite(), strZ(filePathName), fileContents); in testRun()
867 …TEST_RESULT_UINT(verifyFile(filePathName, fileChecksum, 0, NULL), verifySizeInvalid, "file size in… in testRun()
879 filePathName = strNewZ(STORAGE_REPO_BACKUP "/testfile"); in testRun()
881 …storageRepoWrite(), strZ(filePathName), fileContents, .compressType = compressTypeGz, .cipherType … in testRun()
884 strCatZ(filePathName, ".gz"); in testRun()
886 …verifyFile(filePathName, fileChecksum, fileSize, STRDEF("pass")), verifyOk, "file encrypted compre… in testRun()
889filePathName, STRDEF("badchecksum"), fileSize, STRDEF("pass")), verifyChecksumMismatch, in testRun()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dresourcepreviewhoverhandler.cpp85 static QString findResourceInFile(const QString &resName, const QString &filePathName) in findResourceInFile() argument
88 if (!reader.fetch(Utils::FilePath::fromString(filePathName))) in findResourceInFile()
/dports/editors/kate/kate-21.12.3/addons/project/
H A Dcomparebranchesview.cpp109 const QString filePathName = (slashIndex < 0) ? QString() : filePath.left(slashIndex); in createFileTree() local
123 KateProjectWorker::directoryParent(dir, dir2Item, filePathName)->appendRow(fileItem); in createFileTree()
H A Dkateprojectworker.cpp257 const QString filePathName = (slashIndex < 0) ? QString() : filePath.left(slashIndex); in loadFilesEntry() local
273 QString dirRelPath = dir.relativeFilePath(filePathName); in loadFilesEntry()
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dplatform_fs.cpp214 string filePathName = directory + pathSeparator + FindFileData.cFileName; in getFileNames() local
218 fileName.push_back ( filePathName ); in getFileNames()
/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3wx/src/
H A Dcr3.cpp188 bool readFileProps( lString32 storageBasePath, lString32 filePathName ) in readFileProps() argument
191 if ( filePathName.startsWith( storageBasePath ) ) { in readFileProps()
193 _relativePath = filePathName.substr( _storageBasePath.length() ); in readFileProps()
198 _fileName = LVExtractFilename( filePathName ); in readFileProps()
199 _relativePath = LVExtractPath( filePathName ); in readFileProps()
202 LVStreamRef stream = LVOpenFileStream( filePathName.c_str(), LVOM_READ ); in readFileProps()
/dports/editors/kate/kate-21.12.3/addons/git-blame/
H A Dcommitfilesview.cpp246 const QString filePathName = (slashIndex < 0) ? QString() : filePath.left(slashIndex); in createFileTree() local
259 directoryParent(dir, dir2Item, filePathName)->appendRow(fileItem); in createFileTree()
/dports/devel/stack/stack-2.7.3/_cabal_deps/unliftio-0.2.16/src/UnliftIO/IO/File/
H A DPosix.hs307 withFilePath filePathName $ \cToFilePath -> do
336 (cDirFd, filePathName) =
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/unliftio-0.2.19/src/UnliftIO/IO/File/
H A DPosix.hs307 withFilePath filePathName $ \cToFilePath -> do
336 (cDirFd, filePathName) =
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/unliftio-0.2.20/src/UnliftIO/IO/File/
H A DPosix.hs307 withFilePath filePathName $ \cToFilePath -> do
336 (cDirFd, filePathName) =
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/unliftio-0.2.13/src/UnliftIO/IO/File/
H A DPosix.hs307 withFilePath filePathName $ \cToFilePath -> do
336 (cDirFd, filePathName) =
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/unliftio-0.2.13/src/UnliftIO/IO/File/
H A DPosix.hs307 withFilePath filePathName $ \cToFilePath -> do
336 (cDirFd, filePathName) =
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/unliftio-0.2.14/src/UnliftIO/IO/File/
H A DPosix.hs307 withFilePath filePathName $ \cToFilePath -> do
336 (cDirFd, filePathName) =
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unliftio-0.2.14/src/UnliftIO/IO/File/
H A DPosix.hs307 withFilePath filePathName $ \cToFilePath -> do
336 (cDirFd, filePathName) =
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/unliftio-0.2.14/src/UnliftIO/IO/File/
H A DPosix.hs307 withFilePath filePathName $ \cToFilePath -> do
336 (cDirFd, filePathName) =
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/unliftio-0.2.19/src/UnliftIO/IO/File/
H A DPosix.hs307 withFilePath filePathName $ \cToFilePath -> do
336 (cDirFd, filePathName) =
/dports/devel/libastylej-arduino/astyle/src/
H A Dastyle_main.cpp995 string filePathName = directory + g_fileSeparator + findFileData.cFileName; in getFileNames() local
997 bool isExcluded = isPathExclued(filePathName); in getFileNames()
1002 printMsg(_("Exclude %s\n"), filePathName.substr(mainDirectoryLength)); in getFileNames()
1004 fileName.emplace_back(filePathName); in getFileNames()
/dports/devel/libastylej/astyle/src/
H A Dastyle_main.cpp995 string filePathName = directory + g_fileSeparator + findFileData.cFileName; in getFileNames() local
997 bool isExcluded = isPathExclued(filePathName); in getFileNames()
1002 printMsg(_("Exclude %s\n"), filePathName.substr(mainDirectoryLength)); in getFileNames()
1004 fileName.emplace_back(filePathName); in getFileNames()

12