Home
last modified time | relevance | path

Searched defs:BytesToHex (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/libfs_avb/
H A Dutil.cpp75 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex() function
/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Dutil_test.cpp126 TEST(BasicUtilTest, BytesToHex) { in TEST() argument