Searched refs:BFile (Results 1 - 25 of 538) sorted by relevance

1234567891011>>

/haiku/src/apps/soundrecorder/
H A DFileUtils.h17 status_t CopyFile(BFile& dest, BFile& src);
18 status_t CopyFileData(BFile& dst, BFile& src);
/haiku/src/build/libbe/storage/
H A DFile.cpp7 BFile implementation.
30 //! Creates an uninitialized BFile.
31 BFile::BFile() function in class:OpenBeOS::BFile
39 //! Creates a copy of the supplied BFile.
40 /*! If \a file is uninitialized, the newly constructed BFile will be, too.
41 \param file the BFile object to be copied
43 BFile::BFile(const BFile function in class:OpenBeOS::BFile
58 BFile::BFile(const entry_ref *ref, uint32 openMode) function in class:OpenBeOS::BFile
73 BFile::BFile(const BEntry *entry, uint32 openMode) function in class:OpenBeOS::BFile
88 BFile::BFile(const char *path, uint32 openMode) function in class:OpenBeOS::BFile
106 BFile::BFile(const BDirectory *dir, const char *path, uint32 openMode) function in class:OpenBeOS::BFile
[all...]
/haiku/src/kits/storage/
H A DFile.cpp25 // Creates an uninitialized BFile.
26 BFile::BFile() function in class:BFile
33 // Creates a copy of the supplied BFile.
34 BFile::BFile(const BFile& file) function in class:BFile
42 // Creates a BFile and initializes it to the file referred to by
44 BFile::BFile(cons function in class:BFile
54 BFile::BFile(const BEntry* entry, uint32 openMode) function in class:BFile
64 BFile::BFile(const char* path, uint32 openMode) function in class:BFile
75 BFile::BFile(const BDirectory *dir, const char* path, uint32 openMode) function in class:BFile
[all...]
/haiku/src/add-ons/print/drivers/postscript/
H A DPPDParser.h9 class BFile;
18 PPDParser(BFile& file);
29 status_t InitData(BFile& file);
/haiku/src/preferences/filetypes/
H A DFileTypes.h11 class BFile;
32 extern bool is_application(BFile& file);
33 extern bool is_resource(BFile& file);
/haiku/src/kits/mail/
H A DMailFilter.cpp25 BMailFilter::HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes)
32 BMailFilter::BodyFetched(const entry_ref& ref, BFile& file,
45 BMailFilter::MessageReadyToSend(const entry_ref& ref, BFile& file)
51 BMailFilter::MessageSent(const entry_ref& ref, BFile& file)
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DVolume.h15 class BFile;
20 Volume(BFile *file) : fFile(file) {}
25 BFile *Device() { return fFile; }
43 BFile *fFile;
H A Dcache.h12 class BFile;
15 extern void init_cache(BFile* file, int32 blockSize);
16 extern void shutdown_cache(BFile* file, int32 blockSize);
/haiku/headers/os/storage/
H A DFile.h17 class BFile : public BNode, public BPositionIO { class in inherits:BNode,BPositionIO
19 BFile();
20 BFile(const BFile &file);
21 BFile(const entry_ref *ref, uint32 openMode);
22 BFile(const BEntry *entry, uint32 openMode);
23 BFile(const char *path, uint32 openMode);
24 BFile(const BDirectory *dir, const char *path, uint32 openMode);
25 virtual ~BFile();
46 BFile
[all...]
/haiku/headers/build/os/storage/
H A DFile.h7 BFile interface declaration.
19 \class BFile
20 \brief BFile is a wrapper class for common operations on files providing
23 A BFile represents a file in some file system. It implements the
31 class BFile : public BNode, public BPositionIO { class in inherits:BNode,BPositionIO
33 BFile();
34 BFile(const BFile &file);
35 BFile(const entry_ref *ref, uint32 openMode);
36 BFile(cons
[all...]
/haiku/headers/os/add-ons/registrar/
H A DMimeSnifferAddon.h11 class BFile;
27 virtual float GuessMimeType(BFile* file,
/haiku/headers/libs/print/libprint/
H A DPrintProcess.h20 class BFile;
25 PictureData(BFile *file);
35 PageData(BFile *file, bool reverse);
40 BFile *fFile;
52 SpoolData(BFile *file, int32 page_count, int32 nup, bool reverse);
H A DExports.h13 class BFile;
19 _EXPORT BMessage *take_job(BFile *spool_file, BNode *node, BMessage *msg);
/haiku/src/add-ons/print/transports/print_to_file/
H A Dprint_transport.cpp41 status_t AddFile(BFile * file);
61 // for backwards compatibility with BeOS R5 return an invalid BFile
62 BFile *file = new BFile();
67 BFile *file = new BFile(&ref, B_WRITE_ONLY | B_CREATE_FILE | B_ERASE_FILE);
88 status_t AddFile(BFile * file)
108 delete (BFile*)gFiles->ItemAt(i);
/haiku/src/apps/mail/
H A DMailSupport.h60 class BFile;
65 int32 header_len(BFile*);
73 extern BFile* gUserDictFile;
/haiku/src/add-ons/input_server/devices/wacom/
H A DDeviceReader.h21 class BFile;
39 BFile* DeviceFile() const;
57 BFile* fDeviceFile;
/haiku/src/add-ons/print/drivers/preview/
H A DPreviewDriver.h17 virtual status_t PrintJob(BFile *jobFile, BMessage *jobMsg);
/haiku/headers/os/add-ons/mail_daemon/
H A DMailFilter.h24 virtual BMailFilterAction HeaderFetched(entry_ref& ref, BFile& file,
26 virtual void BodyFetched(const entry_ref& ref, BFile& file,
32 BFile& file);
33 virtual void MessageSent(const entry_ref& ref, BFile& file);
/haiku/headers/private/storage/
H A DOffsetFile.h36 OffsetFile(BFile *file, off_t offset);
39 status_t SetTo(BFile *file, off_t offset);
43 BFile *File() const;
57 BFile* fFile;
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DMessageDriverSettingsUtils.h13 class BFile;
27 extern bool WriteMessageDriverSettings(BFile& file, const BMessage& message);
/haiku/src/apps/drivesetup/
H A DDriveSetup.h14 class BFile;
29 status_t _GetSettingsFile(BFile& file,
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.h14 class BFile;
19 SubTitlesSRT(BFile* file, const char* name);
/haiku/src/apps/mediaplayer/support/
H A DFileReadWrite.h19 FileReadWrite(BFile* file,
28 BFile* fFile;
/haiku/src/apps/deskcalc/
H A DCalcApplication.h20 class BFile;
35 status_t _InitSettingsFile(BFile* file, bool write);
/haiku/headers/private/storage/mime/
H A DMimeSniffer.h15 class BFile;
32 virtual float GuessMimeType(BFile* file,

Completed in 137 milliseconds

1234567891011>>