Searched refs:file (Results 626 - 650 of 737) sorted by relevance

<<21222324252627282930

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c10 * This program/include file is free software; you can redistribute it and/or
15 * This program/include file is distributed in the hope that it will be
22 * distribution in the file COPYING); if not, write to the Free Software
261 /* We may have changed the length of the file, so fix the end marker */
351 /* Writing beyond the end of the file and there's a discontinuity. */
445 /* We may have changed the length of the file, so fix the end marker */
604 start = ((drl[dins].lcn < LCN_RL_NOT_MAPPED) || /* End of file */
606 finish = ((drl[dins].lcn >= LCN_RL_NOT_MAPPED) && /* End of file */
724 * 2. When new clusters are allocated to fill a hole or extend a file.
1102 * lower than @count this means that the read reached end of file o
1870 test_rl_read_buffer(const char *file, u8 *buf, int bufsize) argument
1941 test_rl_pure_test(int test, BOOL contig, BOOL multi, int vcn, int len, runlist_element *file, int size) argument
[all...]
H A Dvolume.c9 * This program/include file is free software; you can redistribute it and/or
14 * This program/include file is distributed in the hope that it will be
21 * distribution in the file COPYING); if not, write to the Free Software
530 /* Default with no locase table and case sensitive file names */
709 * when access to the file system is terminated abruptly
766 ntfs_log_debug("Couldn't find file '%s'.\n", hiberfile);
1008 s = "system file";
1131 ntfs_log_error("Corrupted file $UpCase\n");
1302 ntfs_log_info("The file system wasn't safely "
1363 ntfs_log_error("Failed to set file visibilit
1492 ntfs_mntent_check(const char *file, unsigned long *mnt_flags) argument
1546 ntfs_mntent_check(const char *file, unsigned long *mnt_flags) argument
[all...]
H A Dvolume.h10 * This program/include file is free software; you can redistribute it and/or
15 * This program/include file is distributed in the hope that it will be
22 * distribution in the file COPYING); if not, write to the Free Software
83 extern int ntfs_check_if_mounted(const char *file, unsigned long *mnt_flags);
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp129 // if opening just one file, use it in the title
207 BFile file(&entry, O_RDONLY);
208 if (file.InitCheck() != B_OK)
211 BNodeInfo info(&file);
629 // add preferred app for file, if any
1619 description->SetTo(B_TRANSLATE("Preferred for file"));
1634 description->SetTo(B_TRANSLATE("Handles any file"));
1677 description->SetTo(B_TRANSLATE("Does not handle file"));
1703 BFile* file = dynamic_cast<BFile*>(appModel->Node()); local
1704 ASSERT(file !
[all...]
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp361 //ToDo; Save the string as the file "disabled_joysticks" under settings
370 // ToDo; Read the file "disabled_joysticks" and make the port with the
382 BFile file; local
383 status_t status = file.SetTo(str.String(), B_READ_ONLY | B_FAIL_IF_EXISTS);
416 BString str("The file '");
570 //err = file->SetTo(strPath, B_READ_ONLY);
575 //printf("Opening file = %s\n", path.Path());
592 // delete file;
597 //Function to get a line from a file
606 // Return true if we hit a newline or the end of the file
[all...]
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp8 // and writes the stream to a file.
122 const entry_ref & file,
128 status = AbstractFileInterfaceNode::SetRef(file,B_WRITE_ONLY,create,out_time);
134 // reset the format, and set the requirements imposed by this file
505 "The Haiku Media Writer consumes a multistream and writes a file.");
550 return B_FILE_ERROR; // some sort of file related error
121 SetRef( const entry_ref & file, bool create, bigtime_t * out_time) argument
/haiku/src/bin/bfs_tools/
H A Dbfsinfo.cpp27 dump_bplustree(Disk &disk, BPositionIO *file, off_t size, bool hexDump) argument
35 if (file->ReadAt(0, buffer, size) != size) {
36 puts("couldn't read whole file");
287 fprintf(stderr, "Could not open device or file: %s\n", strerror(disk.InitCheck()));
/haiku/src/servers/notification/
H A DNotificationWindow.cpp192 // TODO save back to settings file
388 BFile file(path.Path(), B_READ_ONLY | B_CREATE_FILE);
389 settings.Unflatten(&file);
/haiku/src/apps/deskbar/
H A DDeskbarMenu.cpp566 BFile file(&ref, B_READ_ONLY);
569 BAppFileInfo appInfo(&file);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp20 // You can alternatively use *this file* under the terms of the the MIT
809 // create the file cookie
821 // fail, if we shall fail, when the file exists
824 // don't create a file over an existing directory or symlink
841 // entry doesn't exist: create a file
842 File *file = NULL; local
843 error = dir->CreateFile(name, &file);
845 node = file;
855 vfs_set_vnode_cache(vnode, file->GetCache());
975 if (File *file
[all...]
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp64 ExpressionEvaluationContext(DwarfFile* file, CompilationUnit* unit, argument
73 fFile(file),
354 target_addr_t FDEAddressOffset(ElfFile* file, argument
369 return file->TextSegment()->LoadAddress();
372 return file->DataSegment()->LoadAddress();
390 ElfFile* file, ElfSection* debugFrameSection,
393 target_addr_t address = valueOnly ? 0 : FDEAddressOffset(file,
566 // load the ELF file
2258 // file names
2260 while (const char* file
389 ReadEncodedAddress(DataReader &reader, ElfFile* file, ElfSection* debugFrameSection, bool valueOnly = false) const argument
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.h358 // to create a node capable of playing a given media file.
364 const entry_ref& file,
/haiku/src/tests/kits/storage/
H A DResourceStringsTest.cpp26 static const char *emptyFile = "/tmp/testDir/empty-file";
27 static const char *noResFile = "/tmp/testDir/no-res-file";
30 static const char *noSuchFile = "/tmp/testDir/no-such-file";
197 + " ; echo \"That's not a resource file.\" > " + noResFile
200 BFile file(testFile1, B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
201 BResources resources(&file, true);
210 file.SetTo(testFile2, B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
211 resources.SetTo(&file, true);
243 // application file
253 // x86 resource file
[all...]
/haiku/headers/private/storage/mime/
H A DDatabase.h97 status_t GuessMimeType(const entry_ref *file, BString *result);
/haiku/src/apps/packageinstaller/
H A DPackageItem.h36 // Existing item overwriting policy of a single file
102 status_t ParseData(uint8* buffer, BFile* file,
/haiku/headers/private/package/hpkg/
H A DWriterImplBase.h104 status_t Init(BPositionIO* file, bool keepFile,
154 // writes to the file directly
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp225 chunkCount = fCurrent->file.chunkCount;
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp44 // the file descriptor for debug output
548 int file; local
552 file = open(RESOLV_CONF_FILE, O_RDWR);
569 write(file, buf, strlen(buf));
570 close(file);
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c88 "\t [-l file] [-g gap_count] [-f force_root ] [-b pri_req]\n"
103 "\t-l: load and parse hex dump file of configuration ROM\n"
513 FILE *file; local
516 if ((file = fopen(filename, "r")) == NULL)
519 fscanf(file, DUMP_FORMAT,
523 fclose(file);
1047 * Load a CROM from a file "-l"
1088 * Receive data file from node "-R"
1106 * Send data file to node "-S"
/haiku/headers/build/os/app/
H A DRoster.h180 status_t sniff_file(const entry_ref *file, BNodeInfo *nodeInfo,
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp190 FILE *file = fopen(fFileName.String(), "rb"); local
191 if (file) {
199 size_t len = fread(buf, 1, sizeof(buf), file);
206 fclose(file);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c157 static void de_dotdot( char* file );
418 /* Set the listen file descriptor to no-delay / non-blocking mode. */
1004 /* Returns -1 == unauthorized, 0 == no auth file, 1 = authorized. */
1027 /* Returns -1 == unauthorized, 0 == no auth file, 1 = authorized. */
1054 /* Does this directory have an auth file? */
1110 /* Open the password file. */
1114 /* The file exists but we can't open it? Disallow access. */
1116 // LOG_ERR, "%.80s auth file %.80s could not be opened - %m",
1120 ERROR_FORM( err403form, "The requested URL '%.80s' is protected by an authentication file, but the authentication file canno
[all...]
/haiku/src/apps/terminal/
H A DTermWindow.h147 status_t _GetWindowPositionFile(BFile* file,
/haiku/src/apps/mail/
H A DPrefs.cpp377 ? B_TRANSLATE("Include file attributes in attachments")
378 : B_TRANSLATE("No file attributes, just plain data"));
693 BFile file; local
721 file.SetTo(&entry, O_RDONLY);
722 if (file.InitCheck() == B_NO_ERROR) {
724 file.ReadAttr("_signature", B_STRING_TYPE, 0, name, sizeof(name));
802 B_TRANSLATE("Include file attributes in attachments"), msg));
809 B_TRANSLATE("No file attributes, just plain data"), msg));
/haiku/headers/os/app/
H A DRoster.h212 status_t _GetFileType(const entry_ref* file,

Completed in 169 milliseconds

<<21222324252627282930