Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/image_aggregator/
Dsparse_image_utils.cc37 auto funlock_result = fd->Flock(LOCK_UN | LOCK_NB); in ReleaseLock() local
39 if (!funlock_result.ok()) { in ReleaseLock()