Searched refs:fFile (Results 1 - 25 of 92) sorted by last modified time

1234

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp37 fFile(file),
45 fFile.Unset();
60 status_t status = fFile.SetTo(fPath.Path(),
78 BFile& fFile; member in class:TemporaryFile
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp86 ElfFile* fFile; member in class:SymbolPatcher::ElfSection
93 : fFile(NULL),
110 fFile = file;
119 fFile = NULL;
127 return fFile;
135 if (fHeader && fFile) {
137 const char* nameSection = fFile->GetSectionHeaderStrings(&size);
199 BFile* file = fFile->GetFile();
435 : fFile(file),
451 if (fFile
[all...]
/haiku/src/kits/tracker/
H A DFindPanel.h131 BNode* QueryNode() const { return fFile; }
165 BFile* fFile; member in class:BPrivate::FindWindow
H A DFindPanel.cpp218 fFile(TryOpening(newRef)),
223 if (fFile != NULL) {
227 if (BNodeInfo(fFile).GetType(type) == B_OK
240 fFile = TryOpening(&fRef);
243 fFile = new BFile(&entry, O_RDWR | O_CREAT);
244 if (fFile->InitCheck() < B_OK) {
245 delete fFile;
246 fFile = NULL;
248 SaveQueryAttributes(fFile, true);
252 fFromTemplate = IsQueryTemplate(fFile);
[all...]
H A DThumbnails.cpp131 fFile = new(std::nothrow) BFile(file);
132 fFile->GetNodeRef((node_ref*)&fNodeRef);
139 delete fFile;
147 if (fFile == NULL)
161 BFile* fFile; member in class:BPrivate::GenerateThumbnailJob
169 status_t status = BTranslatorRoster::Default()->Translate(fFile, NULL, NULL,
204 const size_t written = fFile->WriteAttr("Media:Width", B_INT32_TYPE,
209 fFile->WriteAttr("Media:Height", B_INT32_TYPE, 0, &height, sizeof(int32));
222 status = fFile->WriteAttr(kAttrThumbnail, B_RAW_TYPE, 0,
228 fFile
[all...]
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp73 fFile(file),
126 status_t error = fFile->_GetLocationExpression(fUnit, location,
155 DebugInfoEntry* entry = fFile->_ResolveReference(fUnit, offset, refType);
168 return fFile->_GetLocationExpression(fUnit, location,
173 DwarfFile* fFile; member in struct:DwarfFile::ExpressionEvaluationContext
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.h69 { return fFile; }
90 DwarfFile* fFile; member in class:DwarfTypeContext
H A DDwarfTypes.cpp144 fFile(file),
154 fFile->AcquireReference();
163 fFile->ReleaseReference();
H A DDwarfImageDebugInfo.cpp345 fFile(file),
354 fFile->AcquireReference();
362 fFile->ReleaseReference();
382 fTextSegment = fFile->GetElfFile()->TextSegment();
388 ElfSection* section = fFile->GetElfFile()->FindSection(".text");
394 section = fFile->GetElfFile()->FindSection(".plt");
410 fFile->CountCompilationUnits());
413 for (int32 i = 0; CompilationUnit* unit = fFile->CompilationUnitAt(i);
452 if (fFile->CountCompilationUnits() != 0)
458 if (fFile
[all...]
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp756 fFile(),
843 error = fFile.Init(path);
859 size_t notesEndOffset = (size_t)fFile.EndOffset();
1156 return fFile.WriteAt(0, &header, sizeof(header));
1161 fFile.Seek(fProgramHeadersOffset);
1174 fFile.Write(header);
1196 fFile.Write(header);
1201 return fFile.Status();
1206 fFile.Seek(fFirstAreaSegmentOffset);
1210 status_t error = fFile
1572 BufferedFile fFile; member in struct:__anon2::CoreDumper
[all...]
/haiku/src/tools/restest/
H A DResourceFile.cpp188 fFile(),
228 fFile.Unset();
243 return fFile.InitCheck();
298 if (!fInfoTableItem || fFile.InitCheck())
431 status_t error = item->LoadData(fFile);
504 read_exactly(fFile, 0, buffer2, size,
508 off_t filePosition = fFile.GetOffset() + i;
532 off_t resourcesOffset = fFile.GetOffset();
570 fFile.Unset();
578 fFile
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dconsistency_check.cpp41 fFile(-1)
52 if (fFile >= 0)
53 close(fFile);
60 fFile = file;
67 ssize_t bytes = read(fFile, buffer, *_length);
86 int fFile; member in class:SHAProcessor
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp474 status = fFile.SetTo(&entry, B_READ_WRITE);
477 status = fFile.SetTo(&entry, B_READ_ONLY);
493 fFile.Unset();
501 int device = fFile.Dup();
506 fFile.Unset();
521 status = fFile.GetSize(&fSize);
523 fFile.Unset();
541 return fFile.InitCheck();
734 bytesWritten = fFile.WriteAttr(fAttribute, fType, fRealViewOffset,
737 bytesWritten = fFile
[all...]
/haiku/src/kits/package/hpkg/
H A DPackageFileHeapAccessorBase.cpp189 fFile(file),
338 status_t error = fFile->ReadAtExactly(fHeapOffset + (off_t)offset, buffer,
/haiku/headers/private/package/hpkg/
H A DPackageFileHeapAccessorBase.h93 { fFile = file; }
124 BPositionIO* fFile; member in class:BPackageKit::BHPKG::BPrivate::PackageFileHeapAccessorBase
/haiku/src/servers/app/
H A DServerPicture.cpp1079 fFile(NULL),
1091 fFile(NULL),
1116 fFile(NULL),
1122 fFile.SetTo(new(std::nothrow) BFile(fileName, B_READ_WRITE));
1123 if (!fFile.IsSet())
1127 = new(std::nothrow) BPrivate::Storage::OffsetFile(fFile.Get(), offset);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp154 attribute_file * fFile; member in class:attribute_overlay::AttributeFile
329 fFile(NULL),
461 fFile = (attribute_file *)buffer;
462 if (fFile->magic != ATTRIBUTE_OVERLAY_FILE_MAGIC) {
468 fEntries = (AttributeEntry **)malloc(fFile->entry_count
476 for (uint32 i = 0; i < fFile->entry_count; i++)
481 for (uint32 i = 0; i < fFile->entry_count; i++) {
483 fFile->entries + totalSize);
502 if (fFile == NULL)
506 for (uint32 i = 0; i < fFile
[all...]
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp40 fFile = fopen(synthFile, "r+b");
42 if (fFile) {
46 fclose(fFile); fFile = NULL;
52 if (fFile) {
53 fclose(fFile); fFile = NULL;
58 return fFile != NULL ? B_OK : B_ERROR;
66 return 1 == fread(data, size, 1, fFile);
116 fseek(fFile, byte
[all...]
H A DSynthFileReader.h41 FILE* fFile; member in class:SSynthFileReader
54 uint32 Tell() { return ftell(fFile); }
55 void Seek(uint32 pos) { fseek(fFile, pos, SEEK_SET); }
/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.cpp87 fFile = fopen(filename, "r+b");
91 if (fFile) {
92 fclose(fFile); fFile = NULL;
97 return fread(buffer, 1, size, fFile);
H A Ddisasm.h58 FILE* fFile; member in class:File
62 bool InitCheck() { return fFile != NULL; }
/haiku/src/kits/storage/
H A DOffsetFile.cpp19 : fFile(NULL),
27 : fFile(NULL),
44 fFile = file;
46 return fFile->InitCheck();
53 fFile = NULL;
62 return (fFile ? fFile->InitCheck() : B_NO_INIT);
69 return fFile;
79 result = fFile->ReadAt(pos + fOffset, buffer, size);
90 result = fFile
[all...]
/haiku/src/add-ons/print/transports/parallel_port/
H A DParallelTransport.cpp45 status_t InitCheck() { return fFile > -1 ? B_OK : B_ERROR; }
51 int fFile; member in class:ParallelTransport
56 : fFile(-1)
67 fFile = open(device, O_RDWR | O_EXCL, 0);
68 if (fFile < 0) {
71 fFile = open(device, O_WRONLY | O_EXCL, 0);
74 if (fFile < 0)
89 close(fFile);
94 return read(fFile, buffer, size);
99 return write(fFile, buffe
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.cpp256 : fFile(-1)
262 if (fFile >= 0)
263 close(fFile);
267 if (fFile < 0 && filename)
268 fFile = open(filename, O_RDWR | O_CREAT | O_TRUNC);
271 int File() const { return fFile; }
273 int fFile; member in class:DebugOutputFile
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.cpp258 : fFile(-1)
264 if (fFile >= 0)
265 close(fFile);
269 if (fFile < 0 && filename)
270 fFile = open(filename, O_RDWR | O_CREAT | O_TRUNC);
273 int File() const { return fFile; }
275 int fFile; member in class:DebugOutputFile

Completed in 234 milliseconds

1234