Home
last modified time | relevance | path

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

/external/crosvm/qcow_utils/src/
Dqcow_utils.rs63 if let Err(_) = flock(&raw_image, FlockOperation::LockExclusive, true) { in expand_disk_image()
/external/crosvm/sys_util/src/
Dlib.rs204 LockExclusive, enumerator
214 FlockOperation::LockExclusive => libc::LOCK_EX, in flock()
/external/rust/crates/nix/src/
Dfcntl.rs407 LockExclusive, enumerator
421 LockExclusive => libc::flock(fd, libc::LOCK_EX), in flock()
/external/crosvm/src/
Dlinux.rs509 FlockOperation::LockExclusive in create_block_device()