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.cpp70 string mangledName = kAttributeNamespace;
85 if (strncmp(name, kAttributeNamespace, kAttributeNamespaceLen) != 0)
114 string mangledName = kAttributeNamespace;
140 if (strncmp(name, kAttributeNamespace, kAttributeNamespaceLen) != 0)
H A Dfs_attr_generic.cpp178 string attributeName(kAttributeNamespace);
207 string attributeName(kAttributeNamespace);

Completed in 41 milliseconds