Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp518 static const size_t response_len = stat_len + (sizeof(uint32_t) * 3); in internalStat() local
520 std::vector<char> buffer(response_len); in internalStat()