Home
last modified time | relevance | path

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

/external/cronet/tot/net/disk_cache/blockfile/
Dfile_lock.cc24 FileLock::FileLock(BlockFileHeader* header) { in FileLock() function in disk_cache::FileLock
/external/cronet/stable/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/llvm-libc/src/__support/File/
Dfile.h128 explicit FileLock(File *f) : file(f) { file->lock(); } in FileLock() function
/external/cronet/stable/third_party/llvm-libc/src/src/__support/File/
Dfile.h128 explicit FileLock(File *f) : file(f) { file->lock(); } in FileLock() function
/external/cronet/tot/third_party/llvm-libc/src/src/__support/File/
Dfile.h128 explicit FileLock(File *f) : file(f) { file->lock(); } in FileLock() function
/external/crosvm/fuse/src/
Dsys.rs584 pub struct FileLock { struct
585 pub start: u64,
586 pub end: u64,
587 pub type_: u32,
588 pub pid: u32, /* tgid */