HomeSort by relevance Sort by last modified time
    Searched full:k_buf_len (Results 1 - 1 of 1) sorted by null

  /external/lldb/source/Core/
Address.cpp 177 const size_t k_buf_len = 256; local
178 char buf[k_buf_len+1];
179 buf[k_buf_len] = '\0'; // NULL terminate
187 while ((bytes_read = ReadBytes (exe_scope, curr_address, buf, k_buf_len)) > 0)
208 if (len < k_buf_len)
    [all...]

Completed in 63 milliseconds