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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.cpp69 PrimaryKey(Attribute *attribute, const uint8 *theKey, argument
72 { memcpy(key, theKey, length); }
75 PrimaryKey(const uint8 *theKey, size_t length) argument
77 { memcpy(key, theKey, length); }

Completed in 29 milliseconds