Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp923 std::string size_string = size ? (std::to_string(*size) + " bytes") : ""; in WriteSnapshotAndHash() local
926 return AssertionFailure() << "Unable to write " << size_string << " to " << path in WriteSnapshotAndHash()
930 return AssertionSuccess() << "Written " << size_string << " to " << path in WriteSnapshotAndHash()