HomeSort by relevance Sort by last modified time
    Searched refs:l_type (Results 1 - 25 of 28) sorted by null

1 2

  /development/ndk/sources/android/libportable/arch-x86/
fcntl.c 41 flock64->l_type = x86_flock64.l_type;
  /development/ndk/sources/android/libportable/common/include/
fcntl_portable.h 88 short l_type; member in struct:flock_portable
100 short l_type; member in struct:flock64_portable
114 short l_type;
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 47 short l_type; member in struct:flock
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 52 short l_type; member in struct:flock
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 52 short l_type; member in struct:flock
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 107 short l_type; member in struct:flock
128 short l_type; member in struct:flock64
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 118 short l_type; member in struct:flock
139 short l_type; member in struct:flock64
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 171 short l_type; member in struct:flock
189 short l_type; member in struct:flock64
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 54 short l_type; member in struct:flock
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 64 short l_type; member in struct:flock
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 177 short l_type; member in struct:flock
195 short l_type; member in struct:flock64
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 263 * short l_type; short l_type;
281 * short l_type; short l_type;
331 flock.l_type = flock_portable->l_type;
340 flock_portable->l_type = flock.l_type;
364 flock64.l_type = flock64_portable->l_type;
    [all...]
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 180 short l_type; member in struct:flock
197 short l_type; member in struct:flock64
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc 104 lock.l_type = F_WRLCK;
  /bionic/libc/include/
fcntl.h 44 short l_type; member in struct:flock64
  /development/ndk/platforms/android-L/include/
fcntl.h 44 short l_type; member in struct:flock64
  /external/chromium_org/tools/android/forwarder2/
daemon.cc 104 lock_info.l_type = F_WRLCK;
117 if (lock_info.l_type == F_UNLCK) {
121 CHECK_EQ(F_WRLCK /* exclusive lock */, lock_info.l_type);
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 550 if( p->l_type==F_RDLCK ){
552 }else if( p->l_type==F_WRLCK ){
554 }else if( p->l_type==F_UNLCK ){
565 if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
569 if( l2.l_type==F_RDLCK ){
571 }else if( l2.l_type==F_WRLCK ){
573 }else if( l2.l_type==F_UNLCK ){
    [all...]
  /bionic/tests/
fcntl_test.cpp 146 check_lock.l_type = F_WRLCK;
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 334 fl.l_type = F_WRLCK;
413 fl.l_type = F_UNLCK;
  /external/chromium_org/base/files/
file_posix.cc 78 lock.l_type = F_WRLCK;
  /external/e2fsprogs/misc/
uuidd.c 253 fl.l_type = F_WRLCK;
e4defrag.c 580 lock.l_type = F_WRLCK;
620 } else if (lock.l_type != F_UNLCK) {
    [all...]
  /external/mksh/src/
histrap.c     [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 263 f.l_type = (lock ? F_WRLCK : F_UNLCK);

Completed in 722 milliseconds

1 2