Home
last modified time | relevance | path

Searched refs:test_string (Results 1 – 5 of 5) 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"
DTestProperties.sysprop77 api_name: "test_string"
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp562 std::string test_string = "This is a test string."; in TEST_F() local
563 test_string.resize(writer->options().block_size); in TEST_F()
564 ASSERT_TRUE(writer->AddRawBlocks(0, test_string.data(), test_string.size())); in TEST_F()
601 std::string buffer(test_string.size(), '\0'); in TEST_F()
603 ASSERT_EQ(test_string, buffer); in TEST_F()