Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/otautil/
H A Dsysutil.cpp241 std::vector<char*> StringVectorToNullTerminatedArray(const std::vector<std::string>& args) { in StringVectorToNullTerminatedArray() function
/aosp12/bootable/recovery/tests/unit/
H A Dsysutil_test.cpp191 TEST(SysUtilTest, StringVectorToNullTerminatedArray) { in TEST() argument