Home
last modified time | relevance | path

Searched refs:got_value (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/lremovexattr/
Dlremovexattr01.c50 static char got_value[XATTR_VALUE_SIZE]; variable
73 memset(&got_value, 0, XATTR_VALUE_SIZE); in verify_lremovexattr()
75 TEST(lgetxattr(SYMLINK, XATTR_KEY, &got_value, XATTR_VALUE_SIZE)); in verify_lremovexattr()
89 memset(&got_value, 0, XATTR_VALUE_SIZE); in verify_lremovexattr()
91 TEST(getxattr(FILENAME, XATTR_KEY, &got_value, XATTR_VALUE_SIZE)); in verify_lremovexattr()
98 if (strcmp(got_value, XATTR_VALUE)) { in verify_lremovexattr()
/external/ltp/testcases/kernel/syscalls/fremovexattr/
Dfremovexattr01.c39 static char got_value[XATTR_TEST_VALUE_SIZE]; variable
53 TEST(fgetxattr(fd, XATTR_TEST_KEY, got_value, sizeof(got_value))); in verify_fremovexattr()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp2179 bool got_value = false; in ParseChildEnumerators() local
2190 got_value = true; in ParseChildEnumerators()
2218 if (name && name[0] && got_value) { in ParseChildEnumerators()