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

/haiku/src/build/libroot/
H A Dfs_attr_bsdxattr.h16 static const char* kAttributeNamespace = "user.haiku."; variable
H A Dfs_attr_xattr.h16 static const char* kAttributeNamespace = "user.haiku."; variable
H A Dfs_attr_extattr.h17 static const char* kAttributeNamespace = "haiku."; variable
H A Dfs_attr_untyped.cpp73 string mangledName = kAttributeNamespace;
100 if (strncmp(name, kAttributeNamespace, kAttributeNamespaceLen) != 0)
H A Dfs_attr_generic.cpp178 string attributeName(kAttributeNamespace);
207 string attributeName(kAttributeNamespace);

Completed in 34 milliseconds