Searched defs:matched (Results 1 - 5 of 5) sorted by relevance

/system/netd/server/dns/
H A DDnsTlsSocket.cpp277 bool matched = false; local
289 matched = true;
294 if (!matched) {
/system/core/adf/libadf/
H A Dadf.cpp65 int matched = sscanf(dirent->d_name, pattern, &id); local
67 if (matched < 0)
69 else if (matched == 1)
/system/core/fs_mgr/
H A Dfs_mgr_avb.cpp110 bool matched = (memcmp(hasher.finalize(), expected_digest, Hasher::DIGEST_SIZE) == 0); local
112 return std::make_pair(total_size, matched);
/system/extras/procrank/
H A Dprocrank.cpp161 int matched = fscanf(f, "%*d %*d %" SCNu64 " %*d %*d %*d %*d", &mem_used_total); local
162 if (matched != 1)
173 int matched = fscanf(f, "%" SCNu64, &mem_used_total); local
174 if (matched != 1)
/system/netd/server/
H A DCommandListener.cpp357 bool matched = false; local
377 matched = true;
380 matched = true;
389 matched = true;
392 matched = true;
399 if (!matched) {

Completed in 302 milliseconds