Home
last modified time | relevance | path

Searched refs:fullFilePath (Results 1 – 25 of 106) sorted by relevance

12345

/dports/biology/biosig/biosig-2.3.3/biosig4c++/igor/ptn003/
H A DCrossPlatformFileIO.c41 CPCreateFile(const char* fullFilePath, int overwrite, long macCreator, long macFileType) in CPCreateFile() argument
46 CPDeleteFile(fullFilePath); // Ignore error. in CPCreateFile()
49 if (err = create(fullFilePath, 0, macCreator, macFileType)) in CPCreateFile()
62 …fileH = CreateFile(fullFilePath, accessMode, shareMode, NULL, CREATE_NEW, FILE_ATTRIBUTE_NORMAL, N… in CPCreateFile()
85 CPDeleteFile(const char* fullFilePath) in CPDeleteFile() argument
90 if (err = fsdelete(fullFilePath, 0)) in CPDeleteFile()
100 if (DeleteFile(fullFilePath) == 0) in CPDeleteFile()
120 CPOpenFile(const char* fullFilePath, int readOrWrite, CP_FILE_REF* fileRefPtr) in CPOpenFile() argument
122 *fileRefPtr = fopen(fullFilePath, readOrWrite ? "wb" : "rb"); in CPOpenFile()
H A DCrossPlatformFileIO.h10 int CPCreateFile(const char* fullFilePath, int overwrite, long macCreator, long macFileType);
11 int CPDeleteFile(const char* fullFilePath);
12 int CPOpenFile(const char* fullFilePath, int readOrWrite, CP_FILE_REF* fileRefPtr);
/dports/biology/biosig/biosig-2.3.3/biosig4c++/igor/tn003/
H A DCrossPlatformFileIO.c41 CPCreateFile(const char* fullFilePath, int overwrite, long macCreator, long macFileType) in CPCreateFile() argument
46 CPDeleteFile(fullFilePath); // Ignore error. in CPCreateFile()
49 if (err = create(fullFilePath, 0, macCreator, macFileType)) in CPCreateFile()
62 …fileH = CreateFile(fullFilePath, accessMode, shareMode, NULL, CREATE_NEW, FILE_ATTRIBUTE_NORMAL, N… in CPCreateFile()
85 CPDeleteFile(const char* fullFilePath) in CPDeleteFile() argument
90 if (err = fsdelete(fullFilePath, 0)) in CPDeleteFile()
100 if (DeleteFile(fullFilePath) == 0) in CPDeleteFile()
120 CPOpenFile(const char* fullFilePath, int readOrWrite, CP_FILE_REF* fileRefPtr) in CPOpenFile() argument
122 *fileRefPtr = fopen(fullFilePath, readOrWrite ? "wb" : "rb"); in CPOpenFile()
H A DCrossPlatformFileIO.h10 int CPCreateFile(const char* fullFilePath, int overwrite, long macCreator, long macFileType);
11 int CPDeleteFile(const char* fullFilePath);
12 int CPOpenFile(const char* fullFilePath, int readOrWrite, CP_FILE_REF* fileRefPtr);
/dports/www/sahi/sahi/userdata/scripts/demo/
H A Dsave_as.sah3 var $fullFilePath = _userDataDir() + "/testsaveas_x.zip";
5 _assertEqual($fullFilePath.replace(/\\/g, '/'), $resolvedPath.replace(/\\/g, '/'));
6 //var $fullFilePath = "C:/testsaveas_x.zip";
8 var f = new java.io.File($fullFilePath);
12 var file = new java.io.File($fullFilePath);
27 var file = new java.io.File($fullFilePath);
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dstyles.cpp269 if( wxFileExists( fullFilePath ) ) in GetIcon()
335 wxString fullFilePath; in GetToolIcon() local
338 if( !wxFileExists( fullFilePath ) ) in GetToolIcon()
343 if( wxFileExists( fullFilePath ) ) in GetToolIcon()
409 wxString fullFilePath; in GetToolIcon() local
414 if( wxFileExists( fullFilePath ) ) in GetToolIcon()
464 if( wxFileExists( fullFilePath ) ) in GetToolIcon()
847 msg += fullFilePath; in Init()
853 msg += fullFilePath; in Init()
1180 msg += fullFilePath; in SetStyle()
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/protocoltojson/
H A Dmain.cpp99 const QString fullFilePath(QDir::current().absoluteFilePath(file)); in main() local
102 KConfig sconfig(fullFilePath); in main()
109 qFatal("Failed to read input file %s.", qPrintable(fullFilePath)); in main()
147 QFile f(fullFilePath); in main()
150 qFatal("Failed to open file %s.", qPrintable(fullFilePath)); in main()
168 const QString baseName(QFileInfo(fullFilePath).baseName()); in main()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dnetrender_file_receiver.cpp65 QString fullFilePath = in ReceiveHeader() local
68 QFile file(fullFilePath); in ReceiveHeader()
78 fileInfo.fullFilePathInCache = fullFilePath; in ReceiveHeader()
86 qCritical() << "Can't open file for write to NetRender cache " << fullFilePath; in ReceiveHeader()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/porting/src/
H A Dprojectporter.cpp215 QString fullFilePath; in portFiles() local
218 fullFilePath = QDir::cleanPath(fileName); in portFiles()
220 fullFilePath = QDir::cleanPath(basePath + QLatin1String("/") + fileName); in portFiles()
223 QFileInfo fullFilePathInfo(fullFilePath); in portFiles()
225 …printf("Could not find file: %s\n", QDir::toNativeSeparators(fullFilePath).toLocal8Bit().constData… in portFiles()
229 if (!processedFilesSet.contains(fullFilePath)){ in portFiles()
230 Logger::instance()->globalState[QLatin1String("currentFileName")] = fullFilePath; in portFiles()
231 filePorter.port(fullFilePath); in portFiles()
232 processedFilesSet.insert(fullFilePath); in portFiles()
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/generator/iarew/
H A Diarewutils.cpp64 const QString &fullFilePath) in toolkitRelativeFilePath() argument
67 + gen::utils::relativeFilePath(basePath, fullFilePath); in toolkitRelativeFilePath()
71 const QString &fullFilePath) in projectRelativeFilePath() argument
74 + gen::utils::relativeFilePath(basePath, fullFilePath); in projectRelativeFilePath()
H A Diarewsourcefilepropertygroup.cpp46 const QString fullFilePath = sourceArtifact.filePath(); in IarewSourceFilePropertyGroup() local
49 fullFilePath); in IarewSourceFilePropertyGroup()
H A Diarewutils.h57 const QString &fullFilePath);
60 const QString &fullFilePath);
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Command/
H A DAppendConfigurationFileHooksListCommand.php151 $fullFilePath = $hookConfigurationFileLocation . $hookFileName;
169 throw new Exception(sprintf('File %s has not been found', $fullFilePath));
196 if (!$xmlFileContent->saveXML($fullFilePath)) {
197 … throw new Exception(sprintf('Failed to save new xml content to file %s', $fullFilePath));
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/newprojectwizard/
H A Dnewprojectwizardpage_metadata.cpp173 FilePath fullFilePath = projDir.getPathTo(filename % ".lpp"); in updateProjectFilePath() local
174 if ((!projDir.isValid()) || (!fullFilePath.isValid())) { in updateProjectFilePath()
181 mFullFilePath = fullFilePath; in updateProjectFilePath()
182 mUi->lblFullFilePath->setText(fullFilePath.toNative()); in updateProjectFilePath()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/posix/
H A Dminiftpclient.cpp60 string fullFilePath = ""; in my_fwrite() local
62 fullFilePath = out->filepath; in my_fwrite()
65 fullFilePath += out->filename; in my_fwrite()
68 …ERBOSE_MODE_ENABLED) printf ("===> FTP Client thread writing to file [%s]\n",fullFilePath.c_str()); in my_fwrite()
78 …printf ("===> FTP Client thread CANCELLED, deleting file for writing [%s]\n",fullFilePath.c_str()); in my_fwrite()
82 removeFile(fullFilePath); in my_fwrite()
87 …DE_ENABLED) printf ("===> FTP Client thread opening file for writing [%s]\n",fullFilePath.c_str()); in my_fwrite()
92 out->stream= _wfopen(utf8_decode(fullFilePath).c_str(), L"wb"); in my_fwrite()
94 out->stream = fopen(fullFilePath.c_str(), "wb"); in my_fwrite()
97 …LED) printf ("===> FTP Client thread FAILED to open file for writing [%s]\n",fullFilePath.c_str()); in my_fwrite()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/impex/raw/3rdparty/libkdcraw/tests/multithreading/
H A Dactionthread.cpp72 QString fullFilePath(input.baseName() + QString::fromLatin1(".full.png")); in run() local
73 QFileInfo fullOutput(fullFilePath); in run()
98 image.save(fullFilePath, "PNG"); in run()
/dports/graphics/krita/krita-4.4.8/plugins/impex/raw/3rdparty/libkdcraw/tests/
H A Draw2png.cpp54 QString fullFilePath(input.baseName() + QString::fromLatin1(".full.png")); in main() local
55 QFileInfo fullOutput(fullFilePath); in main()
135 image.save(fullFilePath, "PNG"); in main()
/dports/graphics/libkdcraw/libkdcraw-21.12.3/tests/
H A Draw2png.cpp38 QString fullFilePath(input.baseName() + QString::fromLatin1(".full.png")); in main() local
39 QFileInfo fullOutput(fullFilePath); in main()
119 image.save(fullFilePath, "PNG"); in main()
/dports/graphics/digikam/digikam-7.4.0/core/tests/rawengine/
H A Draw2png_cli.cpp55 QString fullFilePath(input.baseName() + QString::fromLatin1(".full.png")); in main() local
56 QFileInfo fullOutput(fullFilePath); in main()
140 image.save(fullFilePath, "PNG"); in main()
/dports/games/multimc/MultiMC5-0.6.11/api/logic/minecraft/
H A DWorld.cpp92 auto fullFilePath = getLevelDatFromFS(file); in getLevelDatDataFromFS() local
93 if(fullFilePath.isNull()) in getLevelDatDataFromFS()
97 QFile f(fullFilePath); in getLevelDatDataFromFS()
107 auto fullFilePath = getLevelDatFromFS(file); in putLevelDatDataToFS() local
108 if(fullFilePath.isNull()) in putLevelDatDataToFS()
112 QSaveFile f(fullFilePath); in putLevelDatDataToFS()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/
H A Dbulkpropagatorjob.cpp289 const QString fullFilePath = fileToUpload._path; in slotStartUpload() local
292 if (!FileSystem::fileExists(fullFilePath)) { in slotStartUpload()
293 …olderUnlock(item, SyncFileItem::SoftError, tr("File Removed (start upload) %1").arg(fullFilePath)); in slotStartUpload()
315 fileToUpload._size = FileSystem::getSize(fullFilePath); in slotStartUpload()
375 const auto fullFilePath(propagator()->fullLocalPath(singleFile._item->_file)); in slotPutFinishedOneFile() local
378 if (!checkFileStillExists(singleFile._item, finished, fullFilePath)) { in slotPutFinishedOneFile()
383 if (!checkFileChanged(singleFile._item, finished, fullFilePath)) { in slotPutFinishedOneFile()
616 const QString &fullFilePath) in checkFileStillExists() argument
618 if (!FileSystem::fileExists(fullFilePath)) { in checkFileStillExists()
632 const QString &fullFilePath) in checkFileChanged() argument
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/tests/multithreading/
H A Drawtopngconverterthread.cpp76 QString fullFilePath(input.baseName() + QString::fromLatin1(".full.png")); in run() local
77 QFileInfo fullOutput(fullFilePath); in run()
115 image.save(fullFilePath, "PNG"); in run()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Drpftocfile.cpp430 CPLFree(frameEntry->fullFilePath); in RPFTOCReadFromBuffer()
431 frameEntry->fullFilePath = NULL; in RPFTOCReadFromBuffer()
538 frameEntry->fullFilePath = CPLStrdup(CPLFormFilename( in RPFTOCReadFromBuffer()
541 if( VSIStatL( frameEntry->fullFilePath, &sStatBuf ) != 0 ) in RPFTOCReadFromBuffer()
544 char* c = frameEntry->fullFilePath + strlen(subdir)+1; in RPFTOCReadFromBuffer()
551 if( VSIStatL( frameEntry->fullFilePath, &sStatBuf ) != 0 ) in RPFTOCReadFromBuffer()
556 "File %s does not exist.", frameEntry->fullFilePath ); in RPFTOCReadFromBuffer()
594 CPLFree(toc->entries[i].frameEntries[j].fullFilePath); in RPFTOCFree()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/libwap/
H A DRezArchiveFile.cpp312 std::string fullFilePath(rezFilePath); in WAP_GetRezFileFromRezDirectory() local
315 …std::transform(fullFilePath.begin(), fullFilePath.end(), fullFilePath.begin(), (int(*)(int)) std::… in WAP_GetRezFileFromRezDirectory()
317 size_t fileNamePos = fullFilePath.find_last_of(directorySeparator); in WAP_GetRezFileFromRezDirectory()
321 return GetChildFile(rezDirectory, std::string(fullFilePath.c_str())); in WAP_GetRezFileFromRezDirectory()
324 std::string fullFileName = fullFilePath.substr(fileNamePos + 1); in WAP_GetRezFileFromRezDirectory()
325 std::string directoryPath = fullFilePath.substr(0, fileNamePos); in WAP_GetRezFileFromRezDirectory()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Drpftocfile.cpp507 CPLFree(frameEntry->fullFilePath); in RPFTOCReadFromBuffer()
508 frameEntry->fullFilePath = nullptr; in RPFTOCReadFromBuffer()
632 frameEntry->fullFilePath = CPLStrdup(CPLFormFilename( in RPFTOCReadFromBuffer()
635 if( VSIStatL( frameEntry->fullFilePath, &sStatBuf ) != 0 ) in RPFTOCReadFromBuffer()
638 if( strlen(frameEntry->fullFilePath) > strlen(subdir) ) in RPFTOCReadFromBuffer()
640 char* c = frameEntry->fullFilePath + strlen(subdir)+1; in RPFTOCReadFromBuffer()
648 if( VSIStatL( frameEntry->fullFilePath, &sStatBuf ) != 0 ) in RPFTOCReadFromBuffer()
653 "File %s does not exist.", frameEntry->fullFilePath ); in RPFTOCReadFromBuffer()
694 CPLFree(toc->entries[i].frameEntries[j].fullFilePath); in RPFTOCFree()

12345