Searched refs:file (Results 201 - 225 of 737) sorted by relevance

1234567891011>>

/haiku/headers/private/kernel/
H A Dusergroup.h28 status_t update_set_id_user_and_group(Team* team, const char* file);
/haiku/src/apps/aboutsystem/
H A DHyperTextActions.h27 OpenFileAction(const BString& file);
/haiku/src/bin/
H A Dcomm.c63 FILE *file(const char *);
111 fp1 = file(argv[0]);
112 fp2 = file(argv[1]);
131 /* if one file done, display the rest of the other file */
182 file(const char *name) function
200 -1 suppress lines unique to left file
201 -2 suppress lines unique to right file
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.h42 PPDParser(const char* file);
/haiku/src/tools/
H A Dgenerate_attribute_stores.cpp66 printf("failed to get attr info of \"%s\" on file \"%s\"\n",
87 printf("cannot open attribute file for writing\n");
106 printf("error reading attribute \"%s\" of file \"%s\"\n",
120 attribute_file file; local
121 file.magic = ATTRIBUTE_FILE_MAGIC;
122 file.entry_count = attributeCount;
123 attributeFile.WriteAt(0, &file, sizeof(attribute_file) - 1);
/haiku/src/tools/restest/
H A DResourceItem.cpp162 ResourceItem::LoadData(BPositionIO& file, roff_t position, roff_t size) argument
169 ssize_t read = file.ReadAt(fOffset, fData, fSize);
180 ResourceItem::WriteData(BPositionIO& file) const
184 ssize_t written = file.WriteAt(fOffset, fData, fSize);
/haiku/src/kits/package/
H A DChecksumAccessors.cpp92 BFile file(&fFileEntry, B_READ_ONLY);
93 status_t result = file.InitCheck();
101 if ((result = file.GetSize(&fileSize)) != B_OK)
112 ssize_t bytesRead = file.Read(buffer, kBlockSize);
/haiku/headers/private/storage/mime/
H A DTextSnifferAddon.h30 virtual float GuessMimeType(BFile* file,
/haiku/headers/private/package/hpkg/
H A DPackageFileHeapReader.h28 BPositionIO* file, off_t heapOffset,
H A DRepositoryReaderImpl.h33 status_t Init(BPositionIO* file, bool keepFile);
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp60 RuleFilter::HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
67 if (file.GetAttrInfo("Subject", &info) != B_OK
95 file.WriteAttrString("MAIL:filter_flags", &fSetFlags);
99 file.WriteAttr("MAIL:reply_with", B_INT32_TYPE, 0, &fReplyAccount,
H A DRuleFilter.h24 virtual BMailFilterAction HeaderFetched(entry_ref& ref, BFile& file,
/haiku/headers/private/kernel/boot/platform/efi/
H A Dplatform_kernel_args.h10 # error This file is included from <boot/kernel_args.h> only
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dcache.cpp4 ** This file may be used under the terms of the MIT License.
23 * file in memory, all the time.
37 init_cache(BFile* /*file*/, int32 blockSize)
44 shutdown_cache(BFile* file, int32 blockSize) argument
53 file->WriteAt(i * blockSize, buffer, blockSize);
81 BFile* file = (BFile*)cache; local
88 if (file->ReadAt(i * sBlockSize, buffer, sBlockSize) < 0)
/haiku/headers/private/app/
H A DRosterPrivate.h86 void LoadRecentLists(const char *file) const
87 { fRoster->_LoadRecentLists(file); }
89 void SaveRecentLists(const char *file) const
90 { fRoster->_SaveRecentLists(file); }
/haiku/src/kits/game/
H A DFileGameSound.cpp27 BMediaFile* file; member in struct:_gs_media_tracker
57 BFileGameSound::BFileGameSound(const entry_ref* file, bool looping, argument
71 SetInitError(Init(new(std::nothrow) BFile(file, B_READ_ONLY)));
75 BFileGameSound::BFileGameSound(const char* file, bool looping, argument
91 if (get_ref_for_path(file, &node) != B_OK)
94 BFile* file = new(std::nothrow) BFile(&node, B_READ_ONLY); local
95 SetInitError(Init(file));
123 fAudioStream->file->ReleaseTrack(fAudioStream->stream);
125 delete fAudioStream->file;
148 // start playing the file
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_misc.h117 int selfgen, const char *file, int line);
119 int power_state, const char *file, int line);
121 int power_state, const char *file, int line);
123 const char *file, int line);
/haiku/src/kits/storage/
H A DOffsetFile.cpp6 \file OffsetFile.cpp
26 OffsetFile::OffsetFile(BFile *file, off_t offset) argument
31 SetTo(file, offset);
41 OffsetFile::SetTo(BFile *file, off_t offset) argument
44 fFile = file;
/haiku/src/preferences/virtualmemory/
H A DSettings.cpp107 BFile file; local
108 if (file.SetTo(path.Path(), B_READ_ONLY) != B_OK)
111 if (file.Read(&fWindowPosition, sizeof(BPoint)) == sizeof(BPoint))
127 BFile file; local
128 if (file.SetTo(path.Path(), B_WRITE_ONLY | B_CREATE_FILE | B_ERASE_FILE)
132 file.Write(&fWindowPosition, sizeof(BPoint));
219 BFile file; local
220 if (file.SetTo(path.Path(), B_WRITE_ONLY | B_CREATE_FILE | B_ERASE_FILE)
236 file.Write(buffer, strlen(buffer));
/haiku/headers/private/shared/
H A DScopeExit.h10 #error This file requires compiler support for the C++11 standard.
/haiku/headers/private/kernel/arch/arm64/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku/headers/private/kernel/arch/arm/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp146 // write settings file
440 // open the settings file
441 BFile file(&entry, B_READ_ONLY);
442 if(file.InitCheck() != B_OK)
443 return file.InitCheck();
448 &file,
487 // open/clobber file
488 BFile file(
492 err = file.InitCheck();
498 file
[all...]
/haiku/src/kits/mail/
H A DMailAttachment.cpp28 /*! No attributes or awareness of the file system at large
67 BSimpleMailAttachment::BSimpleMailAttachment(BFile *file, bool deleteWhenDone) argument
74 SetTo(file, deleteWhenDone);
105 BSimpleMailAttachment::SetTo(BFile *file, bool deleteFileWhenDone) argument
109 BNodeInfo nodeInfo(file);
114 // TODO: No way to get file name (see SetTo(entry_ref *))
118 SetDecodedDataAndDeleteWhenDone(file);
120 SetDecodedData(file);
129 BFile *file = new BFile(ref, B_READ_ONLY); local
130 if ((fStatus = file
447 BAttributedMailAttachment(BFile *file, bool deleteWhenDone) argument
504 SetTo(BFile *file, bool deleteFileWhenDone) argument
[all...]
/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp3 * This file may be used under the terms of the MIT License.
7 This file is used by three different components with different needs:
20 The file has to be recompiled for every component separately, so that
399 load_driver_settings_from_file(int file, const char *driverName) argument
403 // Allocate a buffer and read the whole file into it.
409 if (fssh_fstat(file, &stat) < FSSH_B_OK)
414 if (text != NULL && fssh_read(file, text, stat.fssh_st_size) == stat.fssh_st_size) {
636 int file = -1; local
675 file = fssh_open(path, FSSH_O_RDONLY);
677 file
[all...]

Completed in 137 milliseconds

1234567891011>>