Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/system/core/fastboot/
H A Dstorage.cpp42 void ConnectedDevicesStorage::WriteDevices(const FileLock&, const std::set<std::string>& devices) { in WriteDevices()
48 std::set<std::string> ConnectedDevicesStorage::ReadDevices(const FileLock&) { in ReadDevices()
55 void ConnectedDevicesStorage::Clear(const FileLock&) { in Clear()
H A Dfilesystem.cpp101 FileLock::FileLock(const std::string& path) : fd_(open(path.c_str(), O_CREAT | O_WRONLY, 0644)) { in FileLock() function in FileLock
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/
DFileLock.java123 public abstract class FileLock implements AutoCloseable { class
151 protected FileLock(FileChannel channel, in FileLock() method in FileLock
194 protected FileLock(AsynchronousFileChannel channel, in FileLock() method in FileLock
DAsynchronousFileChannel.java471 CompletionHandler<FileLock,? super A> handler); in lock()
502 CompletionHandler<FileLock,? super A> handler) in lock()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/
DFileLock.java123 public abstract class FileLock implements AutoCloseable { class
151 protected FileLock(FileChannel channel, in FileLock() method in FileLock
194 protected FileLock(AsynchronousFileChannel channel, in FileLock() method in FileLock
DAsynchronousFileChannel.java471 CompletionHandler<FileLock,? super A> handler); in lock()
502 CompletionHandler<FileLock,? super A> handler) in lock()
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/
H A DFileLock.java123 public abstract class FileLock implements AutoCloseable { class
151 protected FileLock(FileChannel channel, in FileLock() method in FileLock
194 protected FileLock(AsynchronousFileChannel channel, in FileLock() method in FileLock
H A DAsynchronousFileChannel.java471 CompletionHandler<FileLock,? super A> handler); in lock()
502 CompletionHandler<FileLock,? super A> handler) in lock()
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DAsynchronousFileChannelImpl.java110 CompletionHandler<FileLock,? super A> handler); in implLock()
126 CompletionHandler<FileLock,? super A> handler) in lock()
H A DSimpleAsynchronousFileChannelImpl.java177 final CompletionHandler<FileLock,? super A> handler) in implLock()
/aosp_15_r20/hardware/google/graphics/common/libhwjpeg/
DFileLock.cpp5 FileLock::FileLock(int fd) : fd_(fd) {} in FileLock() function in FileLock
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dfile_lock.cc24 FileLock::FileLock(BlockFileHeader* header) { in FileLock() function in disk_cache::FileLock
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dvalidator_runner.h128 explicit FileLock(const std::string& path) : path_(path) {} in FileLock() function
/aosp_15_r20/external/crosvm/fuse/src/
H A Dsys.rs582 pub struct FileLock { struct
583 pub start: u64,
584 pub end: u64,
585 pub type_: u32,
586 pub pid: u32, /* tgid */
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dlock.py37 def FileLock(target_file, flags): function
/aosp_15_r20/external/llvm/unittests/Support/
H A DLockFileManagerTest.cpp104 SmallString<64> FileLock(LockedFile); in TEST() local
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DJimfsAsynchronousFileChannel.java81 CompletionHandler<FileLock, ? super A> handler) { in lock()
/aosp_15_r20/external/autotest/server/cros/
H A Dlockfile.py298 FileLock = LinkFileLock variable
/aosp_15_r20/external/leveldb/include/leveldb/
H A Denv.h44 class FileLock; variable
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dlocking.py237 class FileLock(_Lock): class
/aosp_15_r20/external/llvm-libc/src/__support/File/
H A Dfile.h128 explicit FileLock(File *f) : file(f) { file->lock(); } in FileLock() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dntifs.h9132 FILE_LOCK_INFO FileLock; member
9140 FILE_LOCK_INFO FileLock; member
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-runtime-android/2.7.0-alpha12/androidx.room_room-runtime/android_common/aar/
Dandroidx.room_room-runtime.jarMETA-INF/ androidx/ androidx/room/ androidx/room/concurrent/ androidx/room ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-runtime-android/2.7.0-alpha12/androidx.room_room-runtime/android_common_apex30/aar/
Dandroidx.room_room-runtime.jarMETA-INF/ androidx/ androidx/room/ androidx/room/concurrent/ androidx/room ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-runtime-android/2.7.0-alpha12/androidx.room_room-runtime/android_common_apex33/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/room/ androidx/room/concurrent/ androidx/room ...

12345678910>>...13