Searched refs:fileName (Results 101 - 125 of 152) sorted by relevance

1234567

/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp414 TFTP::ReceiveFile(const char* fileName, uint8** data, size_t* size) argument
420 strlcpy(getFileSize.file_name, fileName, sizeof(getFileSize.file_name));
431 dprintf("size of boot archive \"%s\": %lu\n", fileName, fileSize);
445 strlcpy(openConnection.file_name, fileName, sizeof(getFileSize.file_name));
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.h120 SSynthFile(const char* fileName);
/haiku/headers/libs/linprog/
H A DLinearSpec.h52 virtual bool SaveModel(const char* fileName) = 0;
137 bool Save(const char* fileName);
/haiku/headers/private/debugger/elf/
H A DElfFile.h122 status_t Init(const char* fileName);
172 status_t _LoadFile(const char* fileName);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp751 BString fileName; local
752 fileName << baseName << fExtension;
753 outputPath.Append(fileName);
756 return fileName;
766 fileName = "";
767 fileName << baseName << index++ << fExtension;
769 outputPath.Append(fileName);
773 return fileName;
H A DUtility.cpp86 Utility::Save(BBitmap* screenshot, const char* fileName, uint32 imageType) argument
89 BString fileNameString(fileName);
/haiku/src/apps/webpositive/
H A DBrowserWindow.h183 BString fileName, const BString& title,
190 const BString& fileName,
H A DBrowserWindow.cpp1937 /*! If fileName is an empty BString, a valid file name will be derived from title.
1941 BrowserWindow::_CreateBookmark(const BPath& path, BString fileName, const BString& title, argument
1946 if (fileName.IsEmpty() == true) {
1948 fileName = title;
1949 if (fileName.Length() == 0) {
1950 fileName = url;
1951 int32 leafPos = fileName.FindLast('/');
1953 fileName.Remove(0, leafPos + 1);
1955 fileName.ReplaceAll('/', '-');
1956 fileName
2090 const char* fileName; local
2121 BString fileName; local
[all...]
H A DURLInputGroup.cpp579 BString fileName(title);
580 if (fileName.Length() == 0) {
581 fileName = url;
582 int32 leafPos = fileName.FindLast('/');
584 fileName.Remove(0, leafPos + 1);
586 fileName.ReplaceAll('/', '-');
587 fileName.Truncate(B_FILE_NAME_LENGTH - 1);
597 drag.AddString("be:clip_name", fileName.String());
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h38 status_t StartLoading(const char* fileName,
198 status_t _GetDebugInfoPath(const char* fileName,
/haiku/src/kits/package/hpkg/
H A DWriterImplBase.cpp257 WriterImplBase::Init(BPositionIO* file, bool keepFile, const char* fileName, argument
266 if (fileName == NULL)
275 status_t error = newFile->SetTo(fileName, openMode);
278 fFileType, fileName, strerror(errno));
290 fFileName = fileName;
H A DPackageReaderImpl.cpp320 PackageReaderImpl::Init(const char* fileName, uint32 flags) argument
323 int fd = open(fileName, O_RDONLY);
326 "%s\n", fileName, strerror(errno));
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1520 const char* fileName = NULL; local
1522 fileName = saver1->Ref()->name;
1523 if ((fileName == NULL || fileName[0] == '\0') && saver2 != NULL)
1524 fileName = saver2->Ref()->name;
1525 return fileName;
1532 const char* fileName = _FileName(false); local
1533 if (fileName != NULL)
1534 SetTitle(fileName);
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp140 const char* fileName);
482 directory_which base, const char* fileName)
487 path.Append(fileName);
/haiku/src/tools/cppunit/cppunit/
H A DCompilerOutputter.cpp89 m_stream << sourceLine.fileName()
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp192 BString fileName = "Downloading file... uid: "; local
193 fileName += uid;
194 fileName.ReplaceAll("/", "_SLASH_");
195 path.Append(fileName);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.h46 status_t Init(const char* fileName);
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp408 const char *fileName = get_name(line); local
409 if (fileName != NULL) {
415 TRACE(("c %ld:%lld:%s %s %ld\n", device, node, fileName, name, confidence));
420 strlcpy(head->name, fileName, B_FILE_NAME_LENGTH);
/haiku/src/system/kernel/
H A Delf.cpp943 const char* fileName = STRING(image, needed->vn_file); local
951 info.file_name = fileName;
2128 const char *fileName; local
2148 fileName = strrchr(path, '/');
2149 if (fileName == NULL)
2150 fileName = path;
2152 fileName++;
2197 dprintf("%s: error allocating space for program headers\n", fileName);
2209 TRACE(("%s: error reading in program headers\n", fileName));
2213 TRACE(("%s: short read while reading in program headers\n", fileName));
[all...]
/haiku/src/bin/bfs_tools/
H A Drecover.cpp746 char *fileName = strrchr(argv[0], '/'); local
747 fileName = fileName ? fileName + 1 : argv[0];
755 usage(fileName);
779 usage(fileName);
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1650 const RelativePath& subDirectoryPath, const char* fileName, uint32 openMode,
1674 status_t error = entry.SetTo(&directory, fileName);
1687 const RelativePath& directoryPath, const char* fileName,
1697 status_t error = _WriteTextFile(directoryPath, fileName,
1700 BString filePath = directoryPath.ToString() << '/' << fileName;
1747 const char* fileName, const BString& content, BEntry& _entry)
1751 fileName, B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE, file, &_entry);
1754 "file \"%s/%s\": %s\n", directoryPath.ToString().String(), fileName,
1763 "file \"%s/%s\": %s\n", directoryPath.ToString().String(), fileName,
1649 _OpenPackagesFile( const RelativePath& subDirectoryPath, const char* fileName, uint32 openMode, BFile& _file, BEntry* _entry) argument
1686 _WriteActivationFile( const RelativePath& directoryPath, const char* fileName, const PackageSet& toActivate, const PackageSet& toDeactivate, BEntry& _entry) argument
1746 _WriteTextFile(const RelativePath& directoryPath, const char* fileName, const BString& content, BEntry& _entry) argument
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp393 PackageReaderImpl::Init(const char* fileName) argument
396 int fd = open(fileName, O_RDONLY);
399 "%s\n", fileName, strerror(errno));
/haiku/src/kits/debugger/files/
H A DFileManager.cpp333 BString fileName; local
334 _SplitNormalizedPath(path, directoryPath, fileName);
338 = _LookupEntry(EntryPath(directoryPath, fileName));
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp1079 for (int32 i = 0; const char* fileName = unit->FileAt(i, &directory); i++) {
1080 LocatableFile* file = fFileManager->GetSourceFile(directory, fileName);
1410 const char* fileName = NULL; local
1414 directoryPath, fileName, line, column);
1417 if (fileName != NULL) {
1419 fileName);
/haiku/src/libs/linprog/
H A DLinearSpec.cpp606 LinearSpec::Save(const char* fileName) argument
608 return fSolver->SaveModel(fileName) == B_OK;

Completed in 332 milliseconds

1234567