Searched refs:other_sz (Results 1 – 1 of 1) sorted by relevance
219 ssize_t other_sz = perfetto::profiling::NormalizeCmdLine(&other_ptr, other.size()); in OnSetup() local220 if (other_sz == -1) { in OnSetup()224 if (sz == other_sz && strncmp(cmdline_ptr, other_ptr, static_cast<size_t>(sz)) == 0) { in OnSetup()