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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
align1.s 22 lock_file: label
  /external/ppp/pppd/
utils.c 869 static char lock_file[MAXPATHLEN]; variable
883 strlcpy(lock_file, dev, sizeof(lock_file));
890 error("Can't create lock file %s", lock_file);
909 slprintf(lock_file, sizeof(lock_file), "%s/LK.%03d.%03d.%03d",
928 slprintf(lock_file, sizeof(lock_file), "%s/LCK..%s", LOCK_DIR, dev);
931 while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) {
933 error("Can't create lock file %s: %m", lock_file);
    [all...]
sys-solaris.c     [all...]
  /system/bt/osi/test/
wakelock_test.cc 103 void* lock_file = local
109 if (memcmp(lock_file, unlock_file, unlock_stat.st_size) == 0) {
117 munmap(lock_file, lock_stat.st_size);
  /external/ltp/pan/
zoolib.h 49 int lock_file( FILE *fp, short ltype, char **errmsg );
  /external/valgrind/memcheck/tests/
file_locking.c 24 static int lock_file(const int fd) function
55 if (! lock_file(fd))
  /external/libdaemon/libdaemon/
dpid.c 74 static int lock_file(int fd, int enable) { function
122 if ((locked = lock_file(fd, 1)) < 0)
162 lock_file(fd, 0);
235 if ((locked = lock_file(fd, 1)) < 0) {
261 lock_file(fd, 0);
  /external/toolchain-utils/binary_search_tool/
bisect_driver.py 42 def lock_file(path, mode): function
83 with lock_file(path, 'a') as log:
190 with lock_file(list_filename, 'r') as list_file:
274 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
bisect_driver.py 42 def lock_file(path, mode): function
83 with lock_file(path, 'a') as log:
190 with lock_file(list_filename, 'r') as list_file:
277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
  /prebuilts/clang/host/darwin-x86/clang-3957855/bin/
bisect_driver.py 42 def lock_file(path, mode): function
83 with lock_file(path, 'a') as log:
190 with lock_file(list_filename, 'r') as list_file:
277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
  /prebuilts/clang/host/darwin-x86/clang-3960126/bin/
bisect_driver.py 42 def lock_file(path, mode): function
83 with lock_file(path, 'a') as log:
190 with lock_file(list_filename, 'r') as list_file:
277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
  /prebuilts/clang/host/darwin-x86/clang-3977809/bin/
bisect_driver.py 42 def lock_file(path, mode): function
83 with lock_file(path, 'a') as log:
190 with lock_file(list_filename, 'r') as list_file:
277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
bisect_driver.py 42 def lock_file(path, mode): function
83 with lock_file(path, 'a') as log:
190 with lock_file(list_filename, 'r') as list_file:
277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
bisect_driver.py 42 def lock_file(path, mode): function
83 with lock_file(path, 'a') as log:
190 with lock_file(list_filename, 'r') as list_file:
277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
  /prebuilts/clang/host/linux-x86/clang-3957855/bin/
bisect_driver.py 42 def lock_file(path, mode): function
83 with lock_file(path, 'a') as log:
190 with lock_file(list_filename, 'r') as list_file:
277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
  /prebuilts/clang/host/linux-x86/clang-3960126/bin/
bisect_driver.py 42 def lock_file(path, mode): function
83 with lock_file(path, 'a') as log:
190 with lock_file(list_filename, 'r') as list_file:
277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
  /prebuilts/clang/host/linux-x86/clang-3977809/bin/
bisect_driver.py 42 def lock_file(path, mode): function
83 with lock_file(path, 'a') as log:
190 with lock_file(list_filename, 'r') as list_file:
277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
bisect_driver.py 42 def lock_file(path, mode): function
83 with lock_file(path, 'a') as log:
190 with lock_file(list_filename, 'r') as list_file:
277 with lock_file(os.path.join(population_dir, '_LIST'), 'a') as object_list:
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 99 int lock_file(int, short, char *);
181 if (!lock_file(fd, F_WRLCK, filename)) /* set exclusive lock */
182 error("lock_file failed", __FILE__, __LINE__);
351 | lock_file () |
357 int lock_file(int fd, short lock_type, char *file) function
  /external/toolchain-utils/
file_lock_machine.py 192 def __init__(self, lock_file, auto=True):
193 self._to_lock = os.path.basename(lock_file)
194 self._lock_file = lock_file
  /external/fio/
file.h 201 extern void lock_file(struct thread_data *, struct fio_file *, enum fio_ddir);
ioengines.c 196 lock_file(td, io_u->file, io_u->ddir);
filesetup.c 1590 void lock_file(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir) function
    [all...]

Completed in 1016 milliseconds