Home
last modified time | relevance | path

Searched refs:empty_string (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DVoldNativeService.cpp802 std::string empty_string = ""; in prepareUserStorage() local
803 auto uuid_ = uuid ? *uuid : empty_string; in prepareUserStorage()
813 std::string empty_string = ""; in destroyUserStorage() local
814 auto uuid_ = uuid ? *uuid : empty_string; in destroyUserStorage()
/system/memory/libmeminfo/
Dlibmeminfo_test.cpp761 std::string empty_string = ""; in TEST() local
763 ASSERT_TRUE(::android::base::WriteStringToFd(empty_string, tf.fd)); in TEST()