Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/ext2/src/
H A Dxattr.rs290 fn to_char_array(s: &str) -> Vec<u8> { in to_char_array() function
423 let k = to_char_array(orig_k); in test_get_xattr()
424 let v = to_char_array(orig_v); in test_get_xattr()