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

  /external/fsck_msdos/
main.c 55 int rdonly; /* device is opened read only (supersedes above) */ variable
140 if (rdonly)
149 if (alwaysyes || rdonly) {
150 printf("%s? %s\n", prompt, rdonly ? "no" : "yes");
151 return !rdonly;
check.c 70 rdonly = alwaysno;
74 dosfs = open(fname, rdonly ? O_RDONLY : O_RDWR, 0);
75 if (dosfs < 0 && !rdonly) {
81 rdonly = 1;
ext.h 50 extern int rdonly; /* device is opened read only (supersedes above) */
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/version120/
regress-99663.js 75 for (rdonly in this);
82 for (it.rdonly in this);
128 f3('rdonly');
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 155 rdonly, wronly, rdwr, wronly_creat, rdwr_creat, enumerator in enum:linux_omode
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 155 rdonly, wronly, rdwr, wronly_creat, rdwr_creat, enumerator in enum:linux_omode
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
sgiarcs.h 155 rdonly, wronly, rdwr, wronly_creat, rdwr_creat, enumerator in enum:linux_omode
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
sgiarcs.h 155 rdonly, wronly, rdwr, wronly_creat, rdwr_creat, enumerator in enum:linux_omode
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 152 rdonly, wronly, rdwr, wronly_creat, rdwr_creat, enumerator in enum:linux_omode

Completed in 1293 milliseconds