Searched defs:file (Results 1 - 25 of 366) sorted by relevance

1234567891011>>

/haiku/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c12 int file; local
[all...]
/haiku/src/tests/kits/media/mp3_reader_test/
H A DFileDataIO.h17 BFile *file; member in class:FileDataIO
/haiku/src/tests/kits/media/wav_reader_test/
H A DFileDataIO.h17 BFile *file; member in class:FileDataIO
/haiku/src/tools/unflatten/
H A Dunflatten.cpp12 BFile file; local
/haiku/src/servers/package/
H A DPackage.cpp21 Package::Package(PackageFile* file) argument
H A DPackageFileManager.cpp43 PackageFile* file = fFilesByEntryRef.Lookup(entryRef); local
86 PackageFileMoved(PackageFile* file, const node_ref& newDirectory) argument
101 RemovePackageFile(PackageFile* file) argument
[all...]
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.h25 FileItem(const char* label, const char* file) argument
/haiku/src/kits/storage/mime/
H A DMimeSnifferAddon.cpp36 BMimeSnifferAddon::GuessMimeType(BFile* file, const void* buffer, int32 length, argument
/haiku/src/system/libroot/posix/
H A Dassert.cpp24 __assert_fail(const char* assertion, const char* file, unsigned int line, argument
42 __assert_perror_fail(int error, const char* file, unsigned int line, argument
45 __assert_fail(strerror(error), file, line, function); local
/haiku/src/servers/input/
H A DKeyboardSettings.cpp19 BFile file; local
62 BFile file; local
/haiku/src/tests/kits/storage/testapps/
H A DNodeMonitorTest.cpp78 BFile file; local
/haiku/src/add-ons/print/drivers/postscript/
H A DPPDParser.cpp16 PPDParser::PPDParser(BFile& file) argument
37 PPDParser::InitData(BFile& file) argument
[all...]
/haiku/src/apps/debuganalyzer/util/
H A DDataSource.cpp40 BFile* file = new(std::nothrow) BFile; local
77 PathDataSource::OpenFile(BFile& file) argument
119 EntryRefDataSource::OpenFile(BFile& file) argument
/haiku/src/apps/mediaplayer/support/
H A DFileReadWrite.cpp15 FileReadWrite::FileReadWrite(BFile* file, int32 sourceEncoding) argument
/haiku/src/libs/stdc++/legacy/
H A Dstdstrbufs.cc79 _IO_FILE file; member in struct:_IO_fake_stdiobuf::__anon5197
[all...]
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDFile.cpp26 PPDFile::PPDFile(const char* file, PPDFile* previousFile) argument
H A DPPDFile.h33 FileBuffer(BFile* file) : fFile(file), fIndex(0), fSize(0) {} argument
H A DParser.h46 bool Include(const char* file) { return fScanner.Include(file); } argument
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp48 FILE* file = fopen(path.Path(), "r"); local
/haiku/src/tools/
H A Dcreate_image.cpp39 const char *file = NULL; local
[all...]
/haiku/src/apps/drivesetup/
H A DDriveSetup.cpp77 BFile file; local
95 BFile file; local
117 DriveSetup::_GetSettingsFile(BFile& file, bool forWriting) const argument
[all...]
/haiku/src/system/kernel/util/
H A Dhostname.cpp44 int file = open(path, O_WRONLY | O_CREAT, 0644); local
72 int file = open(path, O_RDONLY); local
[all...]
/haiku/src/system/libroot/posix/unistd/
H A Dhostname.cpp44 int file = open(path, O_WRONLY | O_CREAT, 0644); local
73 int file = open(path, O_RDONLY); local
[all...]
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp60 RuleFilter::HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
/haiku/src/kits/mail/
H A DMailFilter.cpp25 BMailFilter::HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
32 BMailFilter::BodyFetched(const entry_ref& ref, BFile& file, argument
45 BMailFilter::MessageReadyToSend(const entry_ref& ref, BFile& file) argument
51 BMailFilter::MessageSent(const entry_ref& ref, BFile& file) argument

Completed in 275 milliseconds

1234567891011>>