HomeSort by relevance Sort by last modified time
    Searched refs:file_lock (Results 1 - 9 of 9) sorted by null

  /art/libartbase/base/
scoped_flock_test.cc 34 ScopedFlock file_lock = LockedFile::Open(scratch_file.GetFilename().c_str(), local
36 ASSERT_TRUE(file_lock.get() != nullptr);
50 ScopedFlock file_lock = LockedFile::Open(scratch_file.GetFilename().c_str(), local
52 ASSERT_TRUE(file_lock.get() != nullptr);
56 ScopedFlock file_lock = LockedFile::Open("/will/not/exist", local
58 ASSERT_TRUE(file_lock.get() == nullptr);
  /external/ltp/testcases/kernel/fs/doio/include/
file_lock.h 37 int file_lock( int , int, char ** );
  /external/ltp/testcases/kernel/fs/doio/
Makefile 35 $(MAKE_TARGETS): dataascii.o databin.o file_lock.o forker.o open_flags.o \
file_lock.c 42 #include "file_lock.h"
61 int file_lock(int fd, int flags, char **errormsg) function
87 "Programmer error, called file_lock with in valid flags\n");
126 } /* end of file_lock */
growfiles.c 92 #include "file_lock.h"
    [all...]
  /external/toolchain-utils/
file_lock_machine.py 115 for file_lock in file_locks:
118 seconds=int(time.time() - file_lock.getDescription().time))
122 (os.path.basename(file_lock.getFilePath),
123 file_lock.getDescription().owner,
124 file_lock.getDescription().exclusive,
125 file_lock.getDescription().counter, elapsed_time,
126 file_lock.getDescription().reason, file_lock.getDescription().auto))
139 file_lock = FileLock(lock_filename)
140 with file_lock as lock
    [all...]
  /external/autotest/server/hosts/
file_store_unittest.py 64 file_lock = locking.FileLock(store._lock_path,
66 with file_lock.lock(), self.assertRaises(host_info.StoreError):
82 file_lock = locking.FileLock(store._lock_path,
84 with file_lock.lock(), self.assertRaises(host_info.StoreError):
  /external/ltp/testcases/kernel/device-drivers/include/
includeTest.c 261 struct file_lock fl1, fl2;
  /external/u-boot/fs/ubifs/
ubifs.h 229 struct file_lock *i_flock;
    [all...]

Completed in 810 milliseconds