HomeSort by relevance Sort by last modified time
    Searched full:unlock_file (Results 1 - 5 of 5) sorted by null

  /system/bt/osi/test/
AlarmTestHarness.cpp 110 void *unlock_file = mmap(nullptr, unlock_stat.st_size, PROT_READ, local
113 if (memcmp(lock_file, unlock_file, unlock_stat.st_size) == 0) {
122 munmap(unlock_file, unlock_stat.st_size);
  /external/fio/
file.h 184 extern void unlock_file(struct thread_data *, struct fio_file *);
ioengines.c 215 unlock_file(td, io_u->file);
304 unlock_file(td, io_u->file);
filesetup.c 1392 void unlock_file(struct thread_data *td, struct fio_file *f) function
1410 unlock_file(td, f);
  /external/google-breakpad/src/tools/windows/dump_syms/testdata/
dump_syms_regtest64.sym     [all...]

Completed in 121 milliseconds