Home
last modified time | relevance | path

Searched defs:buf_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/third_party/tcplp/lib/test/
H A Dtest_all.c32 char buf_string[(buflen << 1) + 1]; in bmp_test() local
79 char buf_string[chdr->size + 1]; in cbuf_test() local
/aosp_15_r20/system/core/init/
H A Dmount_handler.cpp185 auto buf_string = std::string(buf); in MountHandlerFunction() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dc_api_util.py143 def __init__(self, buf_string): argument