Searched refs:has_xattr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_hfs_compression.c36 has_xattr(const char *filename, const char *xattrname) function
157 assertEqualInt(0, has_xattr("file1", "com.apple.ResourceFork"));
159 assertEqualInt(1, has_xattr("file1", "com.apple.decmpfs"));
166 assertEqualInt(0, has_xattr("README", "com.apple.ResourceFork"));
168 assertEqualInt(1, has_xattr("README", "com.apple.decmpfs"));
175 assertEqualInt(1, has_xattr("NEWS", "com.apple.ResourceFork"));
177 assertEqualInt(1, has_xattr("NEWS", "com.apple.decmpfs"));
187 assertEqualInt(1, has_xattr("Makefile", "com.apple.ResourceFork"));
189 assertEqualInt(1, has_xattr("Makefile", "com.apple.decmpfs"));
240 assertEqualInt(0, has_xattr("file
[all...]
H A Dtest_write_disk_no_hfs_compression.c36 has_xattr(const char *filename, const char *xattrname) function
130 assertEqualInt(0, has_xattr("file1", "com.apple.ResourceFork"));
131 assertEqualInt(0, has_xattr("file1", "com.apple.decmpfs"));
137 assertEqualInt(0, has_xattr("README", "com.apple.ResourceFork"));
138 assertEqualInt(1, has_xattr("README", "com.apple.decmpfs"));
144 assertEqualInt(0, has_xattr("NEWS", "com.apple.ResourceFork"));
145 assertEqualInt(0, has_xattr("NEWS", "com.apple.decmpfs"));
151 assertEqualInt(1, has_xattr("Makefile", "com.apple.ResourceFork"));
152 assertEqualInt(1, has_xattr("Makefile", "com.apple.decmpfs"));
200 assertEqualInt(0, has_xattr("file
[all...]
H A Dtest_write_disk_appledouble.c66 has_xattr(const char *filename, const char *xattrname) function
162 assertEqualInt(0, has_xattr("file3", "com.apple.ResourceFork"));
164 assertEqualInt(1, has_xattr("file3", "com.apple.decmpfs"));
221 assertEqualInt(0, has_xattr("file3", "com.apple.ResourceFork"));
223 assertEqualInt(0, has_xattr("file3", "com.apple.decmpfs"));
H A Dtest_write_disk_mac_metadata.c66 has_xattr(const char *filename, const char *xattrname) function
155 assertEqualInt(0, has_xattr("file3", "com.apple.ResourceFork"));
157 assertEqualInt(1, has_xattr("file3", "com.apple.decmpfs"));
206 assertEqualInt(0, has_xattr("file3", "com.apple.ResourceFork"));
208 assertEqualInt(0, has_xattr("file3", "com.apple.decmpfs"));

Completed in 165 milliseconds