Searched refs:NameIndex (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DNameIndex.cpp7 #include "NameIndex.h"
80 class NameIndex::EntryTree : public _EntryTree {
87 struct NameIndex::IteratorPolicy {
88 typedef NameIndex Index;
90 typedef NameIndex::EntryTree NodeTree;
106 struct NameIndex::Iterator : public GenericIndexIterator<IteratorPolicy> {
110 // #pragma mark - NameIndex
113 NameIndex::NameIndex() function in class:NameIndex
121 NameIndex
[all...]
H A DNameIndex.h16 class NameIndex : public Index, private NodeListener { class in inherits:Index,NodeListener
18 NameIndex();
19 virtual ~NameIndex();
H A DVolume.cpp37 #include "NameIndex.h"
542 NameIndex* index = new(std::nothrow) NameIndex;
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNameIndex.h0 // NameIndex.h
12 // NameIndex
13 class NameIndex : public Index, private EntryListener { class in inherits:Index,EntryListener
15 NameIndex(Volume *volume);
16 virtual ~NameIndex();
H A DNameIndex.cpp0 // NameIndex.cpp
8 #include "NameIndex.h"
60 class NameIndex::EntryTree : public _EntryTree {};
78 bool SetTo(NameIndex *index, const char *name, bool ignoreValue = false);
83 friend class NameIndex;
88 NameIndex *fIndex;
89 NameIndex::EntryTree::Iterator fIterator;
95 // NameIndex
98 NameIndex::NameIndex(Volum function in class:NameIndex
[all...]
H A DIndexDirectory.h11 class NameIndex;
33 NameIndex *GetNameIndex() const { return fNameIndex; }
42 NameIndex *fNameIndex;
H A DVolume.h48 class NameIndex;
147 NameIndex *GetNameIndex() const;
H A DIndexDirectory.cpp9 #include "NameIndex.h"
20 fNameIndex = new(nothrow) NameIndex(volume);
H A DVolume.cpp38 #include "NameIndex.h"
718 NameIndex *
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNameIndex.h0 // NameIndex.h
12 // NameIndex
13 class NameIndex : public Index, private EntryListener { class in inherits:Index,EntryListener
15 NameIndex(Volume *volume);
16 virtual ~NameIndex();
H A DNameIndex.cpp0 // NameIndex.cpp
8 #include "NameIndex.h"
60 class NameIndex::EntryTree : public _EntryTree {};
78 bool SetTo(NameIndex *index, const char *name, bool ignoreValue = false);
83 friend class NameIndex;
88 NameIndex *fIndex;
89 NameIndex::EntryTree::Iterator fIterator;
95 // NameIndex
98 NameIndex::NameIndex(Volum function in class:NameIndex
[all...]
H A DIndexDirectory.h11 class NameIndex;
33 NameIndex *GetNameIndex() const { return fNameIndex; }
42 NameIndex *fNameIndex;
H A Dmakefile39 NameIndex.cpp Node.cpp \
H A DVolume.h48 class NameIndex;
143 NameIndex *GetNameIndex() const;
H A DIndexDirectory.cpp9 #include "NameIndex.h"
20 fNameIndex = new(nothrow) NameIndex(volume);
H A DVolume.cpp38 #include "NameIndex.h"
703 NameIndex *
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp349 if (entry->NameIndex() < ((sizeof(indexNames) / sizeof(indexNames[0]))))
351 "linux", indexNames[entry->NameIndex()], entry->NameLength(),
355 "linux", entry->NameIndex(), entry->NameLength(), entry->name);
H A Dext2.h762 uint8 NameIndex() const { return name_index; } function in struct:ext2_xattr_entry

Completed in 105 milliseconds