Searched refs:file (Results 701 - 725 of 737) sorted by relevance

<<21222324252627282930

/haiku/src/kits/tracker/
H A DUtilities.h136 // Tracker could strip the file location attributes when dropping
246 // used to determine a save location for a file
443 status_t GetAppIconFromAttr(BFile* file, BBitmap* icon, icon_size which);
H A DPoseView.cpp1457 // cache up the file type and preferred app
1474 // this handles the case of a file panel when the directory is
1696 // We never want to create poses for those volumes; the file
2641 // file panels as well
3418 // copy the data from the template file
3435 // copy the attributes from the template file
4213 // in order to handle a clipping file, the drag initiator must be able
4303 BFile file(&entry, O_RDONLY);
4304 BNodeInfo mime(&file);
4354 // build a file nam
4599 BFile file; local
4767 BFile file; local
4831 BFile file; local
[all...]
H A DIconCache.cpp492 // use file types to get the icon
500 // file has a locally set preferred app, try getting an icon from
698 // match up well known entries in the file system with specialized
805 BFile* file = NULL; local
808 && (file = dynamic_cast<BFile*>(model->Node())) != NULL) {
809 result = GetAppIconFromAttr(file, lazyBitmap->Get(), icon_size_for(size));
958 // no node icon, look for file type based one
960 // use file types to get the icon
H A DContainerWindow.cpp522 // the file system is very busy right now
2545 // clicked on a pose, show file or volume context menu
2906 BFile file(item->model->EntryRef(), B_READ_ONLY);
2907 if (file.InitCheck() == B_OK) {
2908 BAppFileInfo info(&file);
3693 BFile file; local
3694 if (dir.CreateFile(name, &file) != B_OK)
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp1440 // rename the file
1537 // file
1544 // different dir, existing file, clobber
1546 // different dir, existing file, no clobber
1555 // different dir, existing file, clobber
1557 // different dir, existing file, no clobber
1566 // different dir, existing file, clobber
1568 // different dir, existing file, no clobber
1670 // move the file
1782 // file
[all...]
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp948 void IppContent::setRawData(const char *file, int n) argument
950 file_path = file;
/haiku/src/bin/rc/
H A Dparser.y667 BFile file(tmpname, B_READ_ONLY);
668 if (file.InitCheck() == B_OK) {
670 if (file.GetSize(&size) == B_OK) {
674 if (file.Read(out.ptr, out.size) == (ssize_t) out.size) {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.cpp561 RequestBuilder::Remove(const char* file) argument
569 fRequest->Stream().AddString(file);
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp349 "global settings file update type %" B_PRIu64
368 "encountered when parsing global settings file info\n",
410 "encountered when parsing user settings file info\n",
460 "encountered when parsing user settings file info\n",
888 ErrorOutput()->PrintError("Error: %s file %s section size is %"
896 ErrorOutput()->PrintError("Error: %s file %s section size is %"
905 "file %s section is invalid (%" B_PRIu64 " strings, length: %"
1084 ReaderImplBase::_Init(BPositionIO* file, bool keepFile) argument
1086 fFile = file;
/haiku/src/apps/deskbar/
H A DBarView.cpp1038 BFile file(&hintref, O_RDONLY);
1039 BAppFileInfo fileinfo(&file);
H A DBarApp.cpp1069 BFile file(&appInfo.ref, B_READ_ONLY);
1070 BAppFileInfo appMime(&file);
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp137 DwarfFile* file, CompilationUnit* compilationUnit,
144 fFile(file),
136 DwarfTypeContext(Architecture* architecture, image_id imageID, DwarfFile* file, CompilationUnit* compilationUnit, DIESubprogram* subprogramEntry, target_addr_t instructionPointer, target_addr_t framePointer, target_addr_t relocationDelta, DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap) argument
H A DDwarfTypes.h54 image_id imageID, DwarfFile* file,
/haiku/src/tools/fs_shell/
H A Dvfs.cpp99 /** \brief Structure to manage a mounted file system
190 // file descriptor operation prototypes
478 /** Tries to open the specified file system module.
479 * Accepts a file system name of the form "bfs" or "file_systems/bfs/v1".
480 * Returns a pointer to file system module interface, or NULL if it
503 /** Accepts a file system name of the form "bfs" or "file_systems/bfs/v1"
516 // the name already seems to be the module's file name
650 // The file system has removed the resources of the vnode now, so we can
671 * a file system.
768 * a file syste
2509 struct vnode *dir, *file; local
[all...]
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp1792 BFile file(ref, B_READ_ONLY);
1793 error = file.InitCheck();
1798 error = roster->Translate(&file, NULL, NULL, &stream, B_TRANSLATOR_BITMAP);
/haiku/src/tests/kits/app/broster/
H A DGetRecentTester.cpp104 { "first-file-of-type-1", kTestType1 },
105 { "second-file-of-type-1", kTestType1 },
106 { "first-file-of-type-2", kTestType2 },
107 { "second-file-of-type-2", kTestType2 },
294 The file is assumed to reside in the directory specified
297 \param leafname the name of the file with no path information
600 having matching file types. Get it?
627 // docs 0 & 1 and 2 & 3 have matching file types). Then
1386 BFile file; local
1391 err = file
[all...]
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp64 AttributeFile * file; member in struct:attribute_overlay::attribute_dir_cookie
265 TRACE_ALWAYS("no memory to allocate attribute file\n");
273 // TODO: need to check if we're able to create the file
415 TRACE_ALWAYS("can't use attribute file, hooks missing\n");
423 TRACE_ALWAYS("failed to stat attribute file: %s\n", strerror(fStatus));
432 TRACE_ALWAYS("failed to open attribute file: %s\n", strerror(fStatus));
449 TRACE_ALWAYS("failed to read from file: %s\n", strerror(fStatus));
463 TRACE_ALWAYS("attribute file has bad magic\n");
522 TRACE_ALWAYS("failed to allocate file buffer\n");
616 // create the attribute file
[all...]
/haiku/src/apps/magnify/
H A DMagnify.cpp8 * This file may be used under the terms of the Be Sample Code License.
1860 // create a new file
1861 BFile file; local
1863 parentDir.CreateFile(name, &file);
1865 // Write the screenshot bitmap to the file
1868 roster->Translate(&stream, NULL, NULL, &file, B_PNG_FORMAT,
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1080 BFile file; local
1081 if (file.SetTo(path.Path(), B_READ_ONLY) == B_OK
1082 && appFileInfo.SetTo(&file) == B_OK
2116 // open the app executable file
/haiku/
H A Dconfigure88 --no-full-xattr Do not use Linux/*BSD/Darwin's native extended file
92 --no-xattr Do not use Linux/*BSD/Darwin's native extended file
197 # check if a file exists or not
279 local gcclib=`$gcc -print-libgcc-file-name`
326 boot32Libgcc=`$gcc -m32 -print-file-name=libgcc.a`
327 boot32LibSupCxx=`$gcc -m32 -print-file-name=libsupc++.a`
328 bootLibgcc=`$gcc -print-file-name=libgcc.a`
329 bootLibSupCxx=`$gcc -print-file-name=libsupc++.a`
483 echo "xattr test file" >"$outputDir/xattrtest"
842 echo "You need a case-sensitive file
[all...]
/haiku/headers/os/interface/
H A DTextView.h97 void SetText(BFile* file, int32 offset,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c301 const char *file, int line)
307 file,
354 _ath_power_set_selfgen(struct ath_softc *sc, int power_state, const char *file, int line) argument
361 file,
390 _ath_power_set_power_state(struct ath_softc *sc, int power_state, const char *file, int line) argument
396 file,
428 _ath_power_restore_power_state(struct ath_softc *sc, const char *file, int line) argument
435 file,
300 _ath_power_setpower(struct ath_softc *sc, int power_state, int selfgen, const char *file, int line) argument
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1185 fprintf(stderr, "writing to pcap file failed\n");
1192 setup_dump_pcap(const char* file) argument
1194 sPcapFD = open(file, O_CREAT | O_WRONLY | O_TRUNC);
1196 fprintf(stderr, "tcp_shell: Failed to open output pcap file: %d\n",
1210 fprintf(stderr, "tcp_shell: Failed to write pcap file header: %d\n",
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1915 if (!_AddGeneralActionItem(menu, "Open source file", message))
1932 // verify that we do in fact know the source file of the function,
2101 LocatableFile* file = fSourceCode->GetSourceFile(); local
2102 if (file == NULL)
2106 file->GetLocatedPath(sourcePath);
/haiku/src/kits/app/
H A DRoster.cpp135 // check whether the file exists and is a file.
146 // check whether the file is in trash
208 If one file has a version info, it is said to be greater. If both
493 - \c B_ENTRY_NOT_FOUND or other file system error codes: \a appRef could
1047 error = message.AddString("file type", fileType);
1095 error = message.AddString("file type", fileTypes[i]);
1419 \retval B_ENTRY_NOT_FOUND \a ref didn't refer to a file.
1850 \param ref entry_ref referring to the file for which an application shall
2078 /*! Finds an application associated with a MIME type or a file
2553 _GetFileType(const entry_ref* file, BNodeInfo* nodeInfo, char* mimeType) const argument
[all...]

Completed in 271 milliseconds

<<21222324252627282930