Home
last modified time | relevance | path

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

/art/perfetto_hprof/
Dperfetto_hprof.cc219 ssize_t other_sz = perfetto::profiling::NormalizeCmdLine(&other_ptr, other.size()); in OnSetup() local
220 if (other_sz == -1) { in OnSetup()
224 if (sz == other_sz && strncmp(cmdline_ptr, other_ptr, static_cast<size_t>(sz)) == 0) { in OnSetup()