Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc159 uint64_t found_id; in LoadRecords() local
162 &found_id); in LoadRecords()
170 if (found_id == match_id) { in LoadRecords()
175 GetSampleMapRecordsWhileLocked(found_id); in LoadRecords()
/external/libchrome/base/debug/
Dactivity_tracker.cc1538 int64_t found_id; in CleanupAfterProcess() local
1540 if (ActivityUserData::GetOwningProcessId(memory, &found_id, in CleanupAfterProcess()
1542 if (found_id == process_id && create_stamp < exit_stamp) { in CleanupAfterProcess()
1577 int64_t found_id; in CleanupAfterProcess() local
1583 if (OwningProcess::GetOwningProcessId(memory, &found_id, in CleanupAfterProcess()
1590 if (found_id == process_id && create_stamp < exit_stamp) in CleanupAfterProcess()