Searched refs:ref (Results 426 - 450 of 722) sorted by relevance

<<11121314151617181920>>

/haiku/src/build/libroot/
H A Dfs.cpp204 find_dir_entry(DIR *dir, const char *path, NodeRef ref, string &name, argument
213 } else /*if (entry->d_ino == ref.node)*/ {
223 if (NodeRef(st) == ref) {
241 find_dir_entry(const char *path, NodeRef ref, string &name, bool skipDot) argument
248 status_t error = find_dir_entry(dir, path, ref, name, skipDot);
351 get_path(const NodeRef *ref, const char *name, string &path) argument
353 if (!ref && !name)
356 // no ref or absolute path
357 if (!ref || (name && name[0] == '/')) {
363 if (ref) {
423 NodeRef ref; local
438 NodeRef ref; local
447 add_dir_path(const char *path, const NodeRef &ref) argument
[all...]
/haiku/src/apps/magnify/
H A DMagnify.cpp612 int ref = -1; local
614 if ((ref = open(path.Path(), 0)) >= 0) {
615 if (read(ref, name, 7) != 7)
622 read(ref, &version, sizeof(float));
624 if (read(ref, &loc, sizeof(BPoint)) != sizeof(BPoint))
629 if (read(ref, &showGrid, sizeof(bool)) != sizeof(bool)) {
634 if (read(ref, &showInfo, sizeof(bool)) != sizeof(bool)) {
639 if (read(ref, &ch1Showing, sizeof(bool)) != sizeof(bool)) {
644 if (read(ref, &ch2Showing, sizeof(bool)) != sizeof(bool)) {
649 if (read(ref,
693 long ref; local
1858 SaveImage(entry_ref* ref, char* name) argument
[all...]
/haiku/src/tests/kits/storage/
H A DNodeTest.cpp304 entry_ref ref; local
305 CPPUNIT_ASSERT( entry.GetRef(&ref) == B_OK );
306 BNode node(&ref);
313 entry_ref ref; local
314 CPPUNIT_ASSERT( entry.GetRef(&ref) == B_OK );
315 BNode node(&ref);
327 entry_ref ref; local
328 CPPUNIT_ASSERT( entry.GetRef(&ref) == B_OK );
329 BNode node(&ref);
336 entry_ref ref; local
507 entry_ref ref; local
[all...]
/haiku/headers/build/os/storage/
H A DStatable.h28 status_t GetNodeRef(node_ref *ref) const;
/haiku/src/apps/debuganalyzer/util/
H A DDataSource.h52 status_t Init(const entry_ref* ref);
/haiku/src/apps/mail/
H A DQueryMenu.h67 virtual void EntryCreated(const entry_ref &ref, ino_t node);
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.h37 void Update(BMediaFile* file, entry_ref* ref);
/haiku/src/apps/packageinstaller/
H A DPackageInfo.h25 PackageInfo(const entry_ref *ref);
H A DPackageView.h36 PackageView(const entry_ref* ref);
/haiku/src/apps/switcher/
H A DApplicationsView.cpp72 button->SetTo(&info.ref);
/haiku/src/preferences/media/
H A DMediaIcons.cpp35 BFile executableFile(&info.ref, B_READ_ONLY);
/haiku/src/servers/mail/
H A DDeskbarView.h57 status_t _GetNewQueryRef(entry_ref& ref);
/haiku/headers/build/private/storage/
H A DMergedDirectory.h44 virtual status_t GetNextRef(entry_ref* ref);
/haiku/headers/private/storage/
H A DMergedDirectory.h44 virtual status_t GetNextRef(entry_ref* ref);
/haiku/headers/private/storage/mime/
H A DAssociatedTypes.h37 status_t GuessMimeType(const entry_ref *ref, BString *result);
H A DSnifferRules.h38 status_t GuessMimeType(const entry_ref *ref, BString *type);
/haiku/headers/os/storage/
H A DStatable.h37 status_t GetNodeRef(node_ref* ref) const;
/haiku/src/kits/tracker/
H A DFSClipboard.h65 void UpdateNode(node_ref* node, entry_ref* ref);
H A DVirtualDirectoryPoseView.h35 virtual EntryListBase* InitDirentIterator(const entry_ref* ref);
H A DFSUndoRedo.h69 NewFolderUndo(const entry_ref &ref);
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.h72 void LoadFile(entry_ref* ref);
/haiku/src/apps/expander/
H A DExpanderWindow.h36 const entry_ref* ref, BMessage* settings);
42 // void SetRef(const entry_ref* ref);
/haiku/headers/os/media/
H A DMediaFile.h47 // To write a file you construct a BMediaFile with an entry ref and an id as
57 BMediaFile(const entry_ref* ref);
60 BMediaFile(const entry_ref* ref, int32 flags);
64 BMediaFile(const entry_ref* ref,
85 status_t SetTo(const entry_ref* ref);
/haiku/src/apps/diskprobe/
H A DProbeView.h27 ProbeView(entry_ref* ref,
/haiku/src/apps/diskusage/
H A DScanner.h59 entry_ref* ref);

Completed in 140 milliseconds

<<11121314151617181920>>