HomeSort by relevance Sort by last modified time
    Searched defs:WRITE (Results 1 - 15 of 15) sorted by null

  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 16 #define WRITE 1
  /external/chromium/net/http/
http_cache_transaction.h 50 // o If the mode of the transaction is only WRITE, then it may only write to
65 WRITE = 1 << 2,
66 READ_WRITE = READ | WRITE,
67 UPDATE = READ_META | WRITE, // READ_WRITE & ~READ_DATA
244 // Called to write data to the cache entry. If the write fails, then the
250 // Called to write response_ to the cache entry. |truncated| indicates if the
  /system/extras/tests/sdcard/
testcase.h 44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE};
50 // terminate roughly at the same time as the write tasks.
148 // 1: closed write to parent
150 // 3: write to child closed
156 StopWatch *mWriteTimer; // Used to time the write calls.
  /external/bluetooth/hcidump/src/
hcidump.c 20 * along with this program; if not, write to the Free Software
76 WRITE,
156 if ((w = write(fd, buf, len)) < 0) {
232 len = write(fd, buf, BTSNOOP_HDR_SIZE);
321 case WRITE:
345 perror("Write error");
479 if (mode == WRITE || mode == PPPDUMP || mode == AUDIO) {
540 len = write(fd, buf, BTSNOOP_HDR_SIZE);
1025 mode = WRITE;
1156 case WRITE
    [all...]
  /bionic/libc/kernel/common/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /development/ndk/platforms/android-3/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /external/kernel-headers/original/linux/
fs.h 79 #define WRITE 1
84 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
184 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
359 /* Write back some dirty pages from this mapping. */
586 * an UP compile the i_size_read/write must be atomic
1059 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *); member in struct:file_operations
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 326 milliseconds