Home
last modified time | relevance | path

Searched refs:test_string (Results 1 – 6 of 6) sorted by relevance

/system/tools/sysprop/tests/
DCppGenTest.cpp47 api_name: "test_string"
DCppGenIntegrationTest.cpp66 TEST_API(test_string, "test.string", "hello world", "hello world"); in TEST()
DJavaGenTest.cpp47 api_name: "test_string"
DRustGenTest.cpp44 api_name: "test_string"
DTestProperties.sysprop77 api_name: "test_string"
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp637 std::string test_string = "This is a test string."; in TEST_F() local
638 test_string.resize(kBlockSize); in TEST_F()
650 ASSERT_TRUE(writer->AddRawBlocks(0, test_string.data(), test_string.size())); in TEST_F()
664 ASSERT_TRUE(android::base::WriteFully(fd, test_string.data(), test_string.size())); in TEST_F()
725 std::string buffer(test_string.size(), '\0'); in TEST_F()
727 ASSERT_EQ(test_string, buffer); in TEST_F()