Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 5 of 5) sorted by relevance

/device/google/coral/pwrstats_util/
DCstateResidencyDataProvider.cpp33 std::smatch matches; in getImpl() local
/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp66 std::smatch matches; in OwnerUids() local
314 std::smatch matches; in Ppid() local
/device/google/cuttlefish/host/commands/append_squashfs_overlay/src/
Dmain.rs89 let matches = clap_command().get_matches(); in main() localVariable
/device/google/cuttlefish/host/commands/openwrt_control_server/
Dmain.cpp190 std::smatch matches; in FindIpaddrLauncherLog() local
/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.cc107 auto matches = [pid](const auto& it) { return it.proc->pid() == pid; }; in MonitorLoop() local