OpenAttribute
status_t OpenAttribute(const char *name, int openMode,
return attributeFile->OpenAttribute(name, openMode,
status_t error = node->OpenAttribute(StringKey(attribute), O_RDONLY,
error = node->OpenAttribute(StringKey(name), openMode, cookie);
virtual status_t OpenAttribute(const StringKey& name,
virtual status_t OpenAttribute(const StringKey& name,
virtual status_t OpenAttribute(const StringKey& name,
virtual status_t OpenAttribute(const StringKey& name,
virtual status_t OpenAttribute(const StringKey& name,