Home
last modified time | relevance | path

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

/bionic/tests/libs/
Dbionic_tests_zipalign.cpp76 ZipWriter writer(zip_dst); in CreateAlignedZip() local
88 error = writer.StartAlignedEntry(zip_name.c_str(), flags, alignment); in CreateAlignedZip()
97 error = writer.WriteBytes(data->data(), data->size()); in CreateAlignedZip()
107 error = writer.FinishEntry(); in CreateAlignedZip()
113 error = writer.Finish(); in CreateAlignedZip()
/bionic/tests/
Dstdatomic_test.cpp199 static void* writer(void* arg) { in writer() function
253 ASSERT_EQ(0, pthread_create(&t2, 0, writer, &a)); in TEST()
/bionic/libc/bionic/
Dsystem_properties.cpp1296 SocketWriter writer(&connection); in __system_property_set() local
1297 if (!writer.WriteUint32(PROP_MSG_SETPROP2).WriteString(key).WriteString(value).Send()) { in __system_property_set()