Searched refs:empty_string (Results 1 – 2 of 2) sorted by relevance
802 std::string empty_string = ""; in prepareUserStorage() local803 auto uuid_ = uuid ? *uuid : empty_string; in prepareUserStorage()813 std::string empty_string = ""; in destroyUserStorage() local814 auto uuid_ = uuid ? *uuid : empty_string; in destroyUserStorage()
761 std::string empty_string = ""; in TEST() local763 ASSERT_TRUE(::android::base::WriteStringToFd(empty_string, tf.fd)); in TEST()