Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_linux.cc380 bool did_update = false; in OnFilePathChangedOnOriginSequence() local
426 if (change_on_target_path && (created || deleted) && !did_update) { in OnFilePathChangedOnOriginSequence()
428 did_update = true; in OnFilePathChangedOnOriginSequence()
441 if (!did_update) { in OnFilePathChangedOnOriginSequence()
443 did_update = true; in OnFilePathChangedOnOriginSequence()
451 if (!did_update) in OnFilePathChangedOnOriginSequence()
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc2832 bool did_update = SnapshotClocks(&snapshot); in MaybeSnapshotClocksIntoRingBuffer() local
2833 if (did_update) { in MaybeSnapshotClocksIntoRingBuffer()