Home
last modified time | relevance | path

Searched defs:FileLock (Results 1 – 10 of 10) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Dfile_lock.cc24 FileLock::FileLock(BlockFileHeader* header) { in FileLock() function in disk_cache::FileLock
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dvalidator_runner.h128 explicit FileLock(const std::string& path) : path_(path) {} in FileLock() function
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py37 def FileLock(target_file, flags): function
/external/llvm/unittests/Support/
DLockFileManagerTest.cpp104 SmallString<64> FileLock(LockedFile); in TEST() local
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsAsynchronousFileChannel.java81 CompletionHandler<FileLock, ? super A> handler) { in lock()
/external/autotest/server/cros/
Dlockfile.py298 FileLock = LinkFileLock variable
/external/leveldb/include/leveldb/
Denv.h44 class FileLock; variable
/external/autotest/utils/frozen_chromite/lib/
Dlocking.py237 class FileLock(_Lock): class
/external/toolchain-utils/
Dfile_lock_machine.py98 class FileLock(object): class
/external/crosvm/fuse/src/
Dsys.rs552 pub struct FileLock { struct
553 pub start: u64,
554 pub end: u64,
555 pub type_: u32,
556 pub pid: u32, /* tgid */