Home
last modified time | relevance | path

Searched defs:lock_fd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/vboot_reference/host/lib/
H A Dcrossystem.c99 int lock_fd; in AcquireCrossystemLock() local
112 static int ReleaseCrossystemLock(int lock_fd) in ReleaseCrossystemLock()
774 int lock_fd; in VbSetSystemPropertyInt() local
844 int lock_fd; in VbSetSystemPropertyString() local
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/
Dwakelock_test.cc86 int lock_fd = open(lock_path_.c_str(), O_RDONLY); in IsFileWakeLockAcquired() local
/aosp_15_r20/external/libcups/notifier/
H A Ddbus.c175 int lock_fd = -1; /* Lock file descriptor */ in main() local
/aosp_15_r20/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp176 int lock_fd = open(kLockFile, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in Initialize() local