Searched refs:ignoreValue (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp89 bool SetTo(SizeIndex *index, off_t size, bool ignoreValue = false);
313 SizeIndex::Iterator::SetTo(SizeIndex *index, off_t size, bool ignoreValue) argument
326 if (ignoreValue)
337 if (!ignoreValue && fNode && fNode->GetSize() != size)
H A DLastModifiedIndex.cpp91 bool ignoreValue = false);
315 bool ignoreValue)
328 if (ignoreValue)
339 if (!ignoreValue && fNode && fNode->GetMTime() != modified)
314 SetTo(LastModifiedIndex *index, time_t modified, bool ignoreValue) argument
H A DNameIndex.cpp81 bool SetTo(NameIndex *index, const char *name, bool ignoreValue = false);
327 bool ignoreValue)
334 if (ignoreValue) {
326 SetTo(NameIndex *index, const char *name, bool ignoreValue) argument
H A DAttributeIndexImpl.cpp174 bool ignoreValue = false);
444 const uint8 *key, size_t length, bool ignoreValue)
457 if (ignoreValue)
474 if (!ignoreValue
443 SetTo(AttributeIndexImpl *index, const uint8 *key, size_t length, bool ignoreValue) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndexImpl.h48 bool ignoreValue = false);
141 bool ignoreValue)
152 if (ignoreValue)
140 SetTo(Index* index, const Value& value, bool ignoreValue) argument

Completed in 88 milliseconds