HomeSort by relevance Sort by last modified time
    Searched full:xattr (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/e2fsprogs/tests/f_zero_xattr/
name 1 zero length extended attribute in in-inode xattr
  /external/libselinux/src/
fsetfilecon.c 6 #include <sys/xattr.h>
lsetfilecon.c 6 #include <sys/xattr.h>
setfilecon.c 6 #include <sys/xattr.h>
policy.h 6 /* xattr name for SELinux attributes. */
fgetfilecon.c 6 #include <sys/xattr.h>
getfilecon.c 7 #include <sys/xattr.h>
lgetfilecon.c 6 #include <sys/xattr.h>
  /external/qemu/distrib/libselinux/src/
fsetfilecon.c 6 #include <sys/xattr.h>
lsetfilecon.c 6 #include <sys/xattr.h>
setfilecon.c 6 #include <sys/xattr.h>
policy.h 6 /* xattr name for SELinux attributes. */
fgetfilecon.c 6 #include <sys/xattr.h>
getfilecon.c 7 #include <sys/xattr.h>
lgetfilecon.c 6 #include <sys/xattr.h>
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextPositioningElement.cpp 35 , m_x(SVGAnimatedLengthList::create(this, SVGNames::xAttr, SVGLengthList::create(LengthModeWidth)))
52 supportedAttributes.add(SVGNames::xAttr);
70 if (name == SVGNames::xAttr)
95 bool updateRelativeLengths = attrName == SVGNames::xAttr
SVGCursorElement.cpp 34 , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
59 supportedAttributes.add(SVGNames::xAttr);
71 } else if (name == SVGNames::xAttr) {
SVGFilterPrimitiveStandardAttributes.cpp 35 , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
60 supportedAttributes.add(SVGNames::xAttr);
106 if (hasAttribute(SVGNames::xAttr))
SVGRectElement.cpp 33 , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
54 supportedAttributes.add(SVGNames::xAttr);
78 bool isLengthAttribute = attrName == SVGNames::xAttr
SVGFELightElement.cpp 39 , m_x(SVGAnimatedNumber::create(this, SVGNames::xAttr, SVGNumber::create()))
81 supportedAttributes.add(SVGNames::xAttr);
106 else if (name == SVGNames::xAttr)
139 || attrName == SVGNames::xAttr
SVGMaskElement.cpp 35 , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
67 supportedAttributes.add(SVGNames::xAttr);
85 else if (name == SVGNames::xAttr)
109 if (attrName == SVGNames::xAttr
  /external/chromium_org/chrome/browser/mac/
install.sh 114 # xattr to drop the quarantine attribute.
118 # On 10.6, xattr supports -r for recursive operation.
119 xattr -d -r "${QUARANTINE_ATTR}" "${DEST}" >& /dev/null
121 # On earlier systems, xattr doesn't support -r, so run xattr via find.
122 find "${DEST}" -exec xattr -d "${QUARANTINE_ATTR}" {} + >& /dev/null
  /cts/tests/tests/security/jni/
android_security_cts_KernelSettingsTest.cpp 20 #include <sys/xattr.h>
  /external/chromium_org/content/browser/download/
file_metadata_linux.cc 8 #include <sys/xattr.h>
  /external/kernel-headers/original/uapi/linux/
xattr.h 2 File: linux/xattr.h

Completed in 907 milliseconds

1 2 3 4